bailabs/tailpos

:react-native-localization

wellart opened this issue · 3 comments

build fail

got error when build latest version here the error log

FAILURE: Build failed with an exception.

* Where:
Build file 'D:\research\android\pos\tailpos\node_modules\react-native-localization\android\build.gradle' line: 26

* What went wrong:
A problem occurred evaluating project ':react-native-localization'.
> Could not find method implementation() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

i change implementation to compile and i rerun yarn, then run react-native run-android and it's work.