Rodrigo Curbelo

Results 2 comments of Rodrigo Curbelo

that's the default behavior, try `animate={false}`, I know.. not very straightforward.

@acerbetti's solution worked for me, I just had to remove this line from `node_modules/react-native-firestack/android/build.gradle` and it started working again: `compile 'com.google.android.gms:play-services-base:+'` But remove that line from a `node_modules` package by...