cesardeazevedo / react-native-nested-scroll-view

react-native wrapper for android NestedScrollView
MIT License
88 stars 36 forks source link

Error while compiling in react native v0.51 #12

Closed ikhsanalatsary closed 6 years ago

ikhsanalatsary commented 6 years ago
/node_modules/react-native-nested-scroll-view/android/src/main/java/com/rnnestedscrollview/ReactNestedScrollViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
:react-native-nested-scroll-view:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-nested-scroll-view:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

How to resolve this?

Thank you

cesardeazevedo commented 6 years ago

Thanks for report, i will take a look.

mikeevstropov commented 6 years ago

No solution?

cesardeazevedo commented 6 years ago

Sorry for the delay, i will try to ship a new release tonight

mikeevstropov commented 6 years ago

@cesardeazevedo Wow, thank you for fast answer!

https://github.com/facebook/react-native/commit/7ed7593b2b46496e8f58d21416888e0e05a4ce1e#diff-341b84e8097867e8de4179e496ec53d5L568

mikeevstropov commented 6 years ago

@cesardeazevedo v6.0.0 Works great!