AirLabsTeam / react-native-aws-cognito-js

React Native AWS Cognito JS SDK
Other
134 stars 19 forks source link

Compatibility with RN0.47+ #18

Closed nenti closed 7 years ago

nenti commented 7 years ago

Breaking - remove unused registration of JS modules Summary: It's now unnecessary to declare which JS modules you want to expose on your package. To upgrade, remove all overrides of createJSModules and keeping calling your JS modules as before.

C:\Users\piust\Documents\terminal\node_modules\react-native-aws-cognito-js\android\src\main\java\com\airlabsinc\RNAWSCognitoPackage.java:18: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-aws-cognito-js:compileDebugJavaWithJavac FAILED

nenti commented 7 years ago

Wrong version. Has already been fixed.