MOHAMMAD SALIK

Results 2 comments of MOHAMMAD SALIK

> I added two lines in `android/build.gradle` and it worked for me. > > ``` > buildscript { > ext { > buildToolsVersion = "31.0.0" > minSdkVersion = 21 >...

> getting same issue on android only. > > `"react-native": "^0.63.4"` `"react-native-preference": "^2.2.1"` > > **Solution that work for me**: `Preference.setWhiteList([]);` before you do any set. this is for android,...