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
Setup: -
dev env OS : windows
OS : Android
Framework : - React-Native
React Native version : 0.70.1
version : - 2.0.3
getting error on below line inside build.gradle : 'compile' is obsolete and has been replaced with 'implementation'
compile "com.facebook.react:react-native:+" // From node_modules
compile 'com.android.support:appcompat-v7:26.1.0'
I have checked the code in master branch which have the 'implementation' in place of compile but when I go to TAG 2.0.3 I found the same code. latest version available to use is 2.0.3.
Could you replace 'compile' with 'implementation' for release version of 2.0.3?.
The text was updated successfully, but these errors were encountered:
I did this however within the application when trying to use it this way here it keeps giving me this in the terminal
WARN new NativeEventEmitter() was called with a non-null argument without the required addListener method.
WARN new NativeEventEmitter() was called with a non-null argument without the required removeListeners method
Setup: -
dev env OS : windows
OS : Android
Framework : - React-Native
React Native version : 0.70.1
version : - 2.0.3
getting error on below line inside build.gradle : 'compile' is obsolete and has been replaced with 'implementation'
compile "com.facebook.react:react-native:+" // From node_modules
compile 'com.android.support:appcompat-v7:26.1.0'
I have checked the code in master branch which have the 'implementation' in place of compile but when I go to TAG 2.0.3 I found the same code. latest version available to use is 2.0.3.
Could you replace 'compile' with 'implementation' for release version of 2.0.3?.
The text was updated successfully, but these errors were encountered: