Sahil Prajapati

Results 5 issues of Sahil Prajapati

I have 3 app shortcuts in my app, which takes a user to 3 different screens: A, B and C. If the app is not running in memory and I...

jail-monkey version: 2.3.2 RN: 0.61.5 Setup: **android/app/build.gradle:** ``` dependencies { .... .... .... implementation project(':jail-monkey') implementation project(':react-native-branch') .... ``` **settings.build.gradle** ``` include ':jail-monkey' project(':jail-monkey').projectDir = new File(rootProject.projectDir, '../node_modules/jail-monkey/android') ``` I...

As we have lots of users visiting the platform, impressions table will grow at a higher rate. This will cause problems later when I want to show a comparison between...

I have added this additional prop to show/hide close button. As there is already a method exposed to trigger close sometimes we need to have custom close button in the...

I have recently upgraded to **react-native: 43.4**, **react: 16.0.0-alpha.6** and expo/ex-navigation to 4.0.0 from 2.x.x. I keep getting this message: ```js warning "@expo/ex-navigation > [email protected]" has incorrect peer dependency "react@^0.13.0...