brianinator
brianinator
I experience similar issue. A colleague added to `build.gradle` the following: ``` subprojects { project -> if (['react-native-fetch-blob'].any { project.name.contains(it) }) { buildscript { repositories { maven { url "https://dl.bintray.com/android/android-tools/"...
The @ravishankar3961 's solution worked but it not the right way as a build server will not get the fix. It needs to be added upstream to react-native-fcm.
@stoffern Do you or somebody know the target versions for gl-react and gl-react-native for react-native target version **0.50.4**?
How many tabs are you guys using?
Can you post configuration code?
So I went ahead and adopted https://github.com/christopherdro/react-native-calendar as it's both iOS and Android which solves this for me. Perhaps this is no longer being maintained.
@devekoperiOS you would need to create a bridge to the native API to gain access to that. So in a sense you would end up creating your own module to...