Skip to content

Commit 36ee3cd

Browse files
committed
Clarify location of Android prebuilds
1 parent 5064bb5 commit 36ee3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ cd android
131131
./gradlew clean
132132
```
133133

134-
Afterwards, try and rebuild for Android. If you are still encountering problems, ensure that `node_moduels/realm/react-native/android/src/main/jniLibs` contains a realm binary for your architecture. If this is missing, try reinstalling the `realm` npm package.
134+
Afterwards, try and rebuild for Android. If you are still encountering problems, ensure that `node_modules/realm/prebuilds/android` contains a realm binary for your architecture. If this is missing, try reinstalling the `realm` npm package.
135135

136136
### Expo
137137
If you are using Expo, a common pitfall is not installing the `expo-dev-client` and using the Development Client specific scripts to build and run your React Native project in Expo. The Development Client allows you to create a local version of Expo Go which includes 3rd party libraries such as Realm. If you would like to use `realm` in an Expo project, the following steps can help.

0 commit comments

Comments
 (0)