Shubhnik Singh

Results 8 issues of Shubhnik Singh

I am using this library to turn on gps --> https://github.com/Richou/react-native-android-location-enabler. If the gps is off, the above mentioned library will show a popup and I turn on the gps...

I am getting this issue that toast doesn't shows up but the callback is called. I have added toast in the bottom of the component.

# Formatting Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two spaces at the end of the line...

Getting this error on android `react-native-fingerprint-scanner: 4.0.0` code snippet: ``` FingerprintScanner.authenticate({ description: "App", fallbackEnabled: true, }) .then(() => { FingerprintScanner.release(); setAuthenticated(true); setLockAuthenticating(false); }) .catch((error) => { // When authentication fails...

Type definitions are missing for the `isLoop`, `pickerTextEllipsisLen` and `wheelFlex` picker options.

I am using tabNavigation from React-Navigation. In one of my tab I am using `IndicatorViewPager`, which has three section each containing a FlatList. It works fine on iOS but FlatLists...

Hi great app! Can you please share the public apis you are using for the data, and if you know of other useful apis too? Thanks