Skip to content

Commit 343639a

Browse files
committed
add note in README
1 parent e433bbf commit 343639a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ android:windowSoftInputMode="adjustResize">
7777
</activity>
7878
```
7979

80+
In order to reduce the potential for conflict which may be caused by the presence of differing versions of the Android support libraries, you may wish to [configure project-wide properties](https://developer.android.com/studio/build/gradle-tips.html#configure-project-wide-properties) setting the compile SDK version, build tools version, target SDK, and support library, in your root project's `build.gradle`, which will then be respected by `react-native-auth0` and many other React Native modules.
81+
8082
> For more info please read [react native docs](https://facebook.github.io/react-native/docs/linking.html)
8183
8284
#### iOS

0 commit comments

Comments
 (0)