Skip to content

Commit 002e651

Browse files
committed
- hot fix for RNImageHelper import
1 parent e2fa074 commit 002e651

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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": {

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

ios/RNBottomActionSheet.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
2223
end

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -16,8 +16,6 @@
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"

0 commit comments

Comments
 (0)