John Francis
John Francis
Getting this error while uploading a video of size 30mb RNFetchBlob.fetch('POST', "https://apiendpoint.com/uploadvideo", { // dropbox upload headers ...this.props.header, 'Content-Type': 'multipart/form-data', // Change BASE64 encoded data to a file path with...
Can't resolve 'react-router-config/renderRoutes' in node_moduels/redux-connect/lib/components after updating to v7.0.0
We use react-native-ignite and apisuace for my application. There is a weird problem where some of the POST api's are hitting multiple times to the backend server which chokes the...
getting this warning after selecting a google account from popup ``` Possible Unhandled Promise Rejection (id: 0): Object { "code": 10, "error": "DEVELOPER_ERROR", } ``` 
Warning:com.caverock.androidsvg.SVGImageView: can't find referenced class com.caverock.androidsvg.R$styleable When creating a release build. I mean progaurd is removing this class
Getting this crash from play console ``` com.facebook.react.common.JavascriptException: undefined is not an object (evaluating 't._getOpenedMenu().instance'), stack: _onBackdropPress@729:1065 touchableHandlePress@263:844 _performSideEffectsForTransition@256:8508 _receiveSignal@256:7291 touchableHandleResponderRelease@256:4735 ```
error: RNCollapsingToolbarPackage is not abstract and does not override abstract method createJSModules() in ReactPackage Getting this error when I tried to build
Is there any callback method which we can use and check when the url changes in custom tabs
I am getting this error This is my routes.js ``` import React from 'react'; import { Route, IndexRoute } from 'react-router'; import NotFoundPage from './components/NotFound/NotFound'; import Wrapper from './views/Wrapper/Wrapper'; import...
Change prop types import from `import PropTypes from 'prop-types';` to `React. PropTypes`