react-native-sheet-view 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,8 +3,7 @@
3
3
 
4
4
  iOS | Android
5
5
  :------------------:|:------------------:
6
- ![MainDemonstration](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/15147c1f-cfd4-49da-9915-c2642ce9c819) | ![MainDemonstration](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/035955c9-951a-49d8-a982-de18c7296e81)
7
-
6
+ ![MainDemonstration](./assets/iOS/MainDemonstration.png) | ![MainDemonstration](./assets/Android/MainDemonstration.png)
8
7
 
9
8
  ---
10
9
 
@@ -127,7 +126,7 @@ export default App;
127
126
 
128
127
  iOS | Android
129
128
  :------------------:|:------------------:
130
- ![HeaderTitle](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/ef5fb926-f360-4d90-a072-2eb854e38876) | ![HeaderTitle](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/54cb92ca-241c-416e-82c4-4457268fe358)
129
+ ![HeaderTitle](./assets/iOS/HeaderTitle.png) | ![HeaderTitle](./assets/Android/HeaderTitle.png)
131
130
 
132
131
  ```
133
132
  <BottomSheet
@@ -158,7 +157,7 @@ iOS | Android
158
157
 
159
158
  iOS | Android
160
159
  :------------------:|:------------------:
161
- ![TitleColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/a7cafb3a-fba3-4231-95fd-59228815b03a) | ![TitleColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/e9b505b9-54a2-4323-9fb0-036cf75376c1)
160
+ ![TitleColor](./assets/iOS/TitleColor.png) | ![TitleColor](./assets/Android/TitleColor.png)
162
161
 
163
162
  ```
164
163
  <BottomSheet
@@ -190,7 +189,7 @@ iOS | Android
190
189
 
191
190
  iOS | Android
192
191
  :------------------:|:------------------:
193
- ![ShowCancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/34824134-1ef1-4ce6-bac8-991c8983a036) | ![ShowCancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/5c1a2323-9739-4894-a2c6-cffaa4e6357e)
192
+ ![ShowCancelText](./assets/iOS/ShowCancelText.png) | ![ShowCancelText](./assets/Android/ShowCancelText.png)
194
193
 
195
194
  ```
196
195
  <BottomSheet
@@ -221,7 +220,7 @@ iOS | Android
221
220
 
222
221
  iOS | Android
223
222
  :------------------:|:------------------:
224
- ![CancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/73ad42f5-5b7f-41d1-908a-714bc2592564) | ![CancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/e91ce92c-6104-4595-b552-7626c831f504)
223
+ ![CancelText](./assets/iOS/CancelText.png) | ![CancelText](./assets/Android/CancelText.png)
225
224
 
226
225
  ```
227
226
  <BottomSheet
@@ -251,7 +250,7 @@ iOS | Android
251
250
 
252
251
  iOS | Android
253
252
  :------------------:|:------------------:
254
- ![LineColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/673a4ead-42b2-44b0-a229-97482e87928a) | ![LineColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/1c892949-808b-43ee-b7cf-21da65359d06)
253
+ ![LineColor](./assets/iOS/LineColor.png) | ![LineColor](./assets/Android/LineColor.png)
255
254
 
256
255
  ```
257
256
  <BottomSheet
@@ -280,7 +279,7 @@ iOS | Android
280
279
 
281
280
  iOS | Android
282
281
  :------------------:|:------------------:
283
- ![BackgroundColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/bf2cdbd4-084f-482f-a1ea-a36f24ad7e3a) | ![BackgroundColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/eff12fc0-92ee-40be-a994-ea30af2a6fb0)
282
+ ![BackgroundColor](./assets/iOS/BackgroundColor.png) | ![BackgroundColor](./assets/Android/BackgroundColor.png)
284
283
 
285
284
  ```
286
285
  <BottomSheet
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-sheet-view",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A bottom sheet component for react native",
5
5
  "main": "BottomSheet.js",
6
6
  "scripts": {