Skip to content

Commit

Permalink
docs: update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Aug 29, 2023
1 parent 815fc1f commit 94acd7a
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs-website/docs/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install @nozbe/watermelondb
### iOS (React Native)
At least Xcode 13.x and iOS 14 are recommended (earlier versions are not tested for compatibility).
At least Xcode 13.x and iOS 15 are recommended (earlier versions are not tested for compatibility).
1. **Set up Babel config in your project**
Expand All @@ -42,7 +42,7 @@ At least Xcode 13.x and iOS 14 are recommended (earlier versions are not tested
Open your `Podfile` and add this:
```ruby
# Uncomment this line if you're not using auto-linking
# Uncomment this line if you're not using auto-linking or if auto-linking causes trouble
# pod 'WatermelonDB', path: '../node_modules/@nozbe/watermelondb'
# WatermelonDB dependency, should not be needed on modern React Native
Expand Down Expand Up @@ -105,18 +105,6 @@ protected List<ReactPackage> getPackages() {
</details>
<details>
<summary>Custom Kotlin Version</summary>
Make sure the kotlin version is set to 1.3.50 or above. Just set ext properties `kotlinVersion` in `android/build.gradle`, and WatermelonDB will use the specified kotlin version.
```gradle
buildscript {
ext.kotlinVersion = '1.3.50'
}
```
</details>
<details>
<summary>Using with react-native-screens or react-native-gesture-handler</summary>
If you are using recent versions of react-native-screens or react-native-gesture-handler,
Expand Down

0 comments on commit 94acd7a

Please sign in to comment.