File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,41 @@ This library is a React Native bridge around native Siri wave animation:
2727
2828## 📖 Getting started
2929
30+ ` $ npm install react-native-shine-button --save `
31+
32+ ## ** RN61 >= RNBAS V1 >**
33+
34+ > RN61+ please use ` react-native-shine-button ` V1 and above
35+
36+ - ** iOS**
37+
38+ - Add the following to your `Podfile` -> `ios/Podfile` and run pod update:
39+
40+ ```
41+ use_native_modules!
42+ pod 'RNShineButton', :path => '../node_modules/react-native-shine-button/ios'
43+
44+ use_frameworks!
45+ pod 'WCLShineButton',:git => 'https://github.com/prscX/WCLShineButton.git', :branch =>'master'
46+ ```
47+
48+ - ** Android**
49+
50+ Please add below snippet into your app ` build.gradle `
51+
52+ ```
53+ allprojects {
54+ repositories {
55+ maven { url 'https://jitpack.io' }
56+ }
57+ }
58+ ```
59+
60+ ## ** RN60 < RNBAS V1 <**
61+
62+ > RN60 below please use ` react-native-bottom-action-sheet ` V.0.*
63+
64+
3065- ` $ npm install react-native-shine-button --save `
3166
3267- ` $ react-native link react-native-shine-button `
You can’t perform that action at this time.
0 commit comments