react-native-pipesort-bottomsheet
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-native-pipesort-bottomsheet", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A modernised modal for mobile apps.", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"react-native-raw-bottom-sheet": "^2.0.6" | ||
}, | ||
"repository": { | ||
@@ -11,0 +14,0 @@ "type": "git", |
@@ -7,3 +7,3 @@ import React,{useRef} from 'react'; | ||
import RBSheet from 'react-native-raw-bottom-sheet'; | ||
import CardContent from '../screens/cardContent'; | ||
import CardContent from './cardContent'; | ||
@@ -10,0 +10,0 @@ function BottomSheet() { |
1867
4
48
1
+ Addedreact-native-raw-bottom-sheet@2.2.1(transitive)