-
Notifications
You must be signed in to change notification settings - Fork 79
ART still present in RN "core" #26
Comments
Moving |
@Esemesek Thanks! Could you clarify that current ART bundled in RN 59,60 is the same as in this repository ? Or is this repo already ahead of those bundled? Thank you |
@jeveloper This repo and |
So I have the correct dependency installed and everything works but I still get the warning. Is there any way to remove the warning or do I have to wait until it is removed from react core? |
I think your project is still using the "old" RN version. |
Sorry to piggyback on this. I am moving an app from RN 0.59.10 to 0.60.6 and I got the following error message |
Same error message as in https://stackoverflow.com/q/46613149/1138710 This seems to come from the fact that react-native still dependson art ^0.10.0 which is also a dependency of @react-native-community/art Also see this issue in github at react-native-art/art#26 (comment)
|
Question
The Libraries/ART module is still present in FB as of 0.60.4
Some libraries (react-native-progress) depend on it.
Should they move to @react-native-community/art or there was the decision on ART turned around ?
The text was updated successfully, but these errors were encountered: