react-native-sheet-view 1.0.3 → 1.0.4

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
@@ -61,7 +61,7 @@ const App = () => {
61
61
  <View
62
62
  style={styles.container}
63
63
  >
64
- <Text>Example usage of your react-native-sheet-view component</Text>
64
+ <Text>React Native Sheet View</Text>
65
65
 
66
66
  <Button
67
67
  title='Show Bottom Sheet'
@@ -128,6 +128,8 @@ iOS | Android
128
128
  :------------------:|:------------------:
129
129
  ![HeaderTitle](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/8fa4440b-a33e-4b71-9a0c-25cebc9522bd) | ![HeaderTitle](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/6e851555-4408-4402-a744-eee8d6857b2f)
130
130
 
131
+ ##
132
+
131
133
  ```
132
134
  <BottomSheet
133
135
  visible={isBottomSheetVisible}
@@ -159,6 +161,8 @@ iOS | Android
159
161
  :------------------:|:------------------:
160
162
  ![TitleColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/22e95466-9940-4671-a670-a5b9d871cbeb) | ![TitleColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/77bc06a0-6835-4618-9d27-e7afa6107bd7)
161
163
 
164
+ ##
165
+
162
166
  ```
163
167
  <BottomSheet
164
168
  visible={isBottomSheetVisible}
@@ -191,6 +195,8 @@ iOS | Android
191
195
  :------------------:|:------------------:
192
196
  ![ShowCancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/1da004b3-ff3d-4e86-88fb-0b73c1718741) | ![ShowCancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/1326ae26-8f53-44f6-9615-0597eba14223)
193
197
 
198
+ ##
199
+
194
200
  ```
195
201
  <BottomSheet
196
202
  visible={isBottomSheetVisible}
@@ -222,6 +228,8 @@ iOS | Android
222
228
  :------------------:|:------------------:
223
229
  ![CancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/edabdbe5-ae11-4fe6-9f2f-9ec37f237412) | ![CancelText](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/6f354f6c-dc5b-4d1f-a159-4840bccaa975)
224
230
 
231
+ ##
232
+
225
233
  ```
226
234
  <BottomSheet
227
235
  visible={isBottomSheetVisible}
@@ -252,6 +260,8 @@ iOS | Android
252
260
  :------------------:|:------------------:
253
261
  ![LineColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/88d9ecf8-badc-49e3-ad9e-2daede87ef77) | ![LineColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/08c61477-7754-4cbe-93a6-88ab6b0282b1)
254
262
 
263
+ ##
264
+
255
265
  ```
256
266
  <BottomSheet
257
267
  visible={isBottomSheetVisible}
@@ -281,6 +291,8 @@ iOS | Android
281
291
  :------------------:|:------------------:
282
292
  ![BackgroundColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/d27f34e9-d6b9-4556-acd3-ba776562c63e) | ![BackgroundColor](https://github.com/cartagenae/react-native-sheet-view/assets/6395465/19bb348f-fba0-434e-9a6c-3086bddc2c53)
283
293
 
294
+ ##
295
+
284
296
  ```
285
297
  <BottomSheet
286
298
  visible={isBottomSheetVisible}
@@ -304,4 +316,4 @@ iOS | Android
304
316
  ---
305
317
 
306
318
  ## License
307
- React Native Sheet View is under the **MIT License**. See bundled <a href='https://github.com/cartagenae/react-native-sheet-view/blob/main/LICENSE' alt='license file'>**LICENSE**</a> file for details.
319
+ React Native Sheet View is under the **MIT License**. See bundled <a href='https://github.com/cartagenae/react-native-sheet-view/blob/main/LICENSE' alt='license file'>**LICENSE**</a> file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-sheet-view",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A bottom sheet component for react native",
5
5
  "main": "BottomSheet.js",
6
6
  "scripts": {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file