ReactNativeLocalization
ReactNativeLocalization copied to clipboard
Package does not exist
Hi,
When I run my project with Android Studio after linking with react-native link, I am getting following issue.
Error: package com.babisoft.ReactNativeLocalization does not exist
As you can see from the image, babisoft cannot be resolved.
I am using following dependencies.
"react-native": "~0.55.2",
"react-localization": "^1.0.10",
"react-native-localization": "^2.0.3",
How can I solve this issue?
@baymaxdev Did you ever manage to solve this issue?
Or @koloff?