Nirony
Nirony
For all of you facing this issue: Just remove the scrollView component inside "keyboardAwareScrollView", as it is a scrollView itself and can get scrollView props. scrollView inside a scrollView is...
facing the same issue. are there any plans to update this lib to import androidX? RN 0.60 + comes with "android.useAndroidX=true"
@iagorm how did you manage the refactor in android studio?
@Davidjin0418 Thx, That was the fix. Is there a way to merge this change into an upcoming version - it's not the way to go to change manually a node...
@Davidjin0418 at first I did give the jetifier a go, but as I noticed that many modules did not get updates I started to make the change myself, using -...
@Davidjin0418 thx finally found it... somehow I got a duplicated dev dependency - "babel-core": "^7.0.0-bridge.0", after removing it everything is working again. @praveens96 I'm not sure but by the looks...