Sagar chavada
Sagar chavada
is this issue solved yet? i face this problem today In android its working fine, in ios not able to run. https://stackoverflow.com/questions/47918893/i-am-getting-error-that-import-twitterkit-twitterkit-h-not-found-in-xcode
use different class like Constant.js declare your text there: > export const TEXT = 'Didn`t find what you want?'; and in your app.js use like this ``` import { TEXT...
It will solve your problem try like this:- ( its strange behavior but it will work for sure) ``` ```
Finally solved it.. In my case Suggestion: add 'tools:replace="android:resource"' to element at AndroidManifest.xml:37:7 to override ``` // add this line. ```
@arronhunt I am looking forward to it..
@timomeh As you mention in documentation a step-1 and step-2 is bit incomplete, Step-1: this step should be added in `styles.xml (v21) `instead of `styles.xml` because material design start from...
is it solved yet.. camera not scanning code after unlock, i have moto G4 plus
its not working in nougat. its working fine in lower api. i tested on api 19, 21, and 23 and its working good on all devices.. but not in Android...
@theinvension @AlanMoMo @prscX I solve this error by adding **demo.swift** file in project node_modules/react-native-file-selector/ios/**demo.swift** its a blank swift file.. xcode will ask you create bridge , `select yes.` Note: you...