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 +14 -2
- package/package.json +1 -1
- package/assets/Android/BackgroundColor.png +0 -0
- package/assets/Android/CancelText.png +0 -0
- package/assets/Android/HeaderTitle.png +0 -0
- package/assets/Android/LineColor.png +0 -0
- package/assets/Android/MainDemonstration.png +0 -0
- package/assets/Android/ShowCancelText.png +0 -0
- package/assets/Android/TitleColor.png +0 -0
- package/assets/iOS/BackgroundColor.png +0 -0
- package/assets/iOS/CancelText.png +0 -0
- package/assets/iOS/HeaderTitle.png +0 -0
- package/assets/iOS/LineColor.png +0 -0
- package/assets/iOS/MainDemonstration.png +0 -0
- package/assets/iOS/ShowCancelText.png +0 -0
- package/assets/iOS/TitleColor.png +0 -0
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ const App = () => {
|
|
|
61
61
|
<View
|
|
62
62
|
style={styles.container}
|
|
63
63
|
>
|
|
64
|
-
<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
|
 | 
|
|
130
130
|
|
|
131
|
+
##
|
|
132
|
+
|
|
131
133
|
```
|
|
132
134
|
<BottomSheet
|
|
133
135
|
visible={isBottomSheetVisible}
|
|
@@ -159,6 +161,8 @@ iOS | Android
|
|
|
159
161
|
:------------------:|:------------------:
|
|
160
162
|
 | 
|
|
161
163
|
|
|
164
|
+
##
|
|
165
|
+
|
|
162
166
|
```
|
|
163
167
|
<BottomSheet
|
|
164
168
|
visible={isBottomSheetVisible}
|
|
@@ -191,6 +195,8 @@ iOS | Android
|
|
|
191
195
|
:------------------:|:------------------:
|
|
192
196
|
 | 
|
|
193
197
|
|
|
198
|
+
##
|
|
199
|
+
|
|
194
200
|
```
|
|
195
201
|
<BottomSheet
|
|
196
202
|
visible={isBottomSheetVisible}
|
|
@@ -222,6 +228,8 @@ iOS | Android
|
|
|
222
228
|
:------------------:|:------------------:
|
|
223
229
|
 | 
|
|
224
230
|
|
|
231
|
+
##
|
|
232
|
+
|
|
225
233
|
```
|
|
226
234
|
<BottomSheet
|
|
227
235
|
visible={isBottomSheetVisible}
|
|
@@ -252,6 +260,8 @@ iOS | Android
|
|
|
252
260
|
:------------------:|:------------------:
|
|
253
261
|
 | 
|
|
254
262
|
|
|
263
|
+
##
|
|
264
|
+
|
|
255
265
|
```
|
|
256
266
|
<BottomSheet
|
|
257
267
|
visible={isBottomSheetVisible}
|
|
@@ -281,6 +291,8 @@ iOS | Android
|
|
|
281
291
|
:------------------:|:------------------:
|
|
282
292
|
 | 
|
|
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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/iOS/LineColor.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|