-
Notifications
You must be signed in to change notification settings - Fork 150
Support for react-native 0.58 #244
Comments
I had a same problem I solved by adding part
|
Moving from 27 to 28 solved it for me } |
In case of updating to 28 build version, get the error on app level:
Any recommendations? |
@St1maSphere did try out my solution ? |
@nazrdogan Sure my android/build.gradle
|
@St1maSphere Can you share full log ? |
@nazrdogan Would you prefer other with stacktrace?
|
@St1maSphere How is app/ gradle file ? did you add multidex there ? |
@nazrdogan True
|
@St1maSphere did you add this |
@nazrdogan I've added 1.0.3 version |
@St1maSphere Log is not saying anything actually its too generic. What other libraries are you using ? When its start to happen ? |
@nazrdogan I see About workarounds: Also where updated: |
@St1maSphere Upgrading is very painful. I can feel your pain. Can you share stacktrace with |
you can try to add this evollu/react-native-fcm#740 (comment) |
@nazrdogan It's true) we use flavors on our project, so that's the development debug build stacktrace
|
I use 16.+version for base and maps play services
So I tried to add useVersion 16.0.0 param and got old error
As for initial version 11.8.0, such error: (and it seems like 'unable to find correct version')
|
@nazrdogan Is it possible, that some of my dependencies caused such behavior? |
Seems I have found my problem My fault was adding these lines
After removing them, I was able to build new build new version @nazrdogan I really appreciate your help and excuse me for taking your time! |
This should be resolved with the latest (4.0.0) which runs 0.59 out of the box. |
I recently create a new project with andross but when I ran
react-native run-android
I have this problem.However this can be fixed by downgrading react-native to 0.57.8
Considering that 0.58 begins to support android sdk 27, I imagine the problem is caused by a latest version support somewhere. Thanks to my lack of ability, I don't know how to make the projet support sdk 28. May some one fix this for template andross ?
The text was updated successfully, but these errors were encountered: