Skip to content

Commit 8b80dd7

Browse files
authored
Update README.md
1 parent da3272b commit 8b80dd7

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,7 @@ npx pod-install
3030
```
3131

3232
## For React Native Versions 0.67 and Below
33-
34-
### iOS:
35-
**Update your `Podfile`** with the following line:
36-
```
37-
pod 'react-native-theme-switch-animation', :path => '../node_modules/react-native-theme-switch-animation'
38-
```
39-
40-
### Android:
41-
42-
Modify your `android/app/build.gradle` file to include:
43-
```
44-
implementation project(':react-native-theme-switch-animation')
45-
```
46-
47-
Update your `settings.gradle` file with:
48-
```
49-
include ':react-native-theme-switch-animation'
50-
project(':react-native-theme-switch-animation').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-theme-switch-animation/android')
51-
```
52-
53-
Update `MainActivity.java`:
54-
```
55-
import com.themeswitchanimation.ThemeSwitchAnimationPackage;
56-
```
57-
58-
```
59-
packages.add(new ThemeSwitchAnimationPackage());
60-
```
33+
- [follow those instructions](https://github.com/WadhahEssam/react-native-theme-switch-animation/blob/main/installation-for-react-native-below-67.md)
6134

6235

6336
## Usage

0 commit comments

Comments
 (0)