File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1313 "react" : " 16.9.0" ,
1414 "react-native" : " 0.61.1" ,
1515 "react-native-vector-icons" : " 6.6.0" ,
16- "react-native-image-helper" : " 0.0.1 " ,
16+ "react-native-image-helper" : " 0.0.2 " ,
1717 "react-native-bottom-action-sheet" : " ../"
1818 },
1919 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ A simple library that creates native BottomSheet actions according to the [Mater
6161
6262` $ npm install react-native-image-helper --save `
6363
64+ - Add ` react-native-vector-icons ` to your app package.json and configure it as per their installation steps
65+
66+ ` $ npm install react-native-vector-icons --save `
67+
6468- ** iOS**
6569
6670 - Add the following to your `Podfile` -> `ios/Podfile` and run pod update:
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ Pod::Spec.new do |s|
1919 s . source_files = '**/*.{h,m}'
2020 s . dependency 'React'
2121 s . dependency 'SGActionView'
22+ s . dependency 'RNImageHelper'
2223end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-bottom-action-sheet" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " React Native: Native Bottom Action Sheet" ,
55 "main" : " js/index.js" ,
66 "homepage" : " https://github.com/prscX/react-native-bottom-action-sheet.git" ,
1616 ],
1717 "author" : " Pranav Raj Singh Chauhan" ,
1818 "dependencies" : {
19- "react-native-vector-icons" : " 6.6.0" ,
20- "react-native-image-helper" : " 0.0.1"
2119 },
2220 "devDependencies" : {
2321 "prettier-pack" : " 0.0.8"
You can’t perform that action at this time.
0 commit comments