medonagy45
medonagy45
I have added this to fix the performance issue > shouldComponentUpdate(nextProps,nextState) { return !(this.state.isReady&&nextState.category===this.state.category); }
It looks like you are using an older version of React Native. Please update to the latest release and verify if the issue still exists.
I am getting the following error ``` java.lang.RuntimeException: JSON Parse error: Unexpected end of input SyntaxError at com.swmansion.reanimated.AndroidErrorHandler.raise (Unknown Source:2) at com.swmansion.reanimated.Scheduler.triggerUI (Native Method) at com.swmansion.reanimated.Scheduler$1.run (Unknown Source:14) at com.swmansion.reanimated.Scheduler$2.runGuarded...
I am facing the same issue for launchCamera launchImageLibrary The application re starts Is there any fix for that
I have made a patch to make that happen ``` diff --git a/node_modules/react-native-paper/src/components/TextInput/Adornment/TextInputIcon.tsx b/node_modules/react-native-paper/src/components/TextInput/Adornment/TextInputIcon.tsx index f84d907..46ee100 100644 --- a/node_modules/react-native-paper/src/components/TextInput/Adornment/TextInputIcon.tsx +++ b/node_modules/react-native-paper/src/components/TextInput/Adornment/TextInputIcon.tsx @@ -114,7 +114,7 @@ const TextInputIcon = ({ },...
Try setting the height to smaller values , it will work
I think the BC-Countries need to be updated with ` "digits-trie": "^1.0.0", "google-libphonenumber": "^3.2.3"` I tried forking it and doing that but the tests keeps failing although when I run...