Adrien ROCHEDY

Results 20 comments of Adrien ROCHEDY

Thank you very much for your website ;) Can I help to build it for french version ?

Hi, I needed the same functionality. I now used drawer navigator to fix this. I'm using a custom drawer component : ` }>` and inside my CustomDrawerContentComponent I created my...

Hello, I just dit something like this. I just publish a a PR : https://github.com/perscrew/react-native-form-validator/pull/45 I can explain you how I did : I have 2 fields : newPaswword &...

Hello, I just publish a PR to fix and explain how to show error message on onChangeText on the fly : https://github.com/perscrew/react-native-form-validator/pull/47

NEEEDDED ;) Can we merge it and relase new version ?

Ok I tested your code on ios app : setApplicationIconBadgeNumber is working well (than you 🙏🙏) But I have an error with getApplicationIconBadgeNumber (I'll find the error code but something...

Same problem with async-storage A problem was found with the configuration of task ':react-native-async-storage_async-storage:copyReleaseJniLibsProjectAndLocalJars' (type 'LibraryJniLibsTask'). - Gradle detected a problem with the following location: 'node_modules/@react-native-async-storage/async-storage/android/build/intermediates/stripped_native_libs/release/out'. Reason: Task ':react-native-async-storage_async-storage:copyReleaseJniLibsProjectAndLocalJars' uses...

Found it : Need to remove theses lines in settings.gradle include ':@react-native-async-storage' project(':@react-native-async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-async-storage/async-storage/android')

I got the same. I updated react-native in v0.71.3