Skip to content

Commit 9739ac7

Browse files
committed
- updating README
1 parent d354bcf commit 9739ac7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)