You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build react-native-console-panel on genymotion,
but building with my android device(with option displayIgnoreDevVariable) is failed.
react-native device build(./android/gradlew installRelease) does not allow to use [for..of] syntax..
Hi,
I can build react-native-console-panel on genymotion,
but building with my android device(with option displayIgnoreDevVariable) is failed.
react-native device build(./android/gradlew installRelease) does not allow to use [for..of] syntax..
facebook/react-native#1499
Can you change [for .. of] to forEach or [for .. in]?
Thank you
The text was updated successfully, but these errors were encountered: