We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"relative-time-react-native-component": "^4.5.1"
react: "16.6.3", react-native: "0.57.1", yarn: 1.12.3 npm: 6.4.1 node: v10.0.0 macOS: 10.14.2
import { RelativeTime } from 'relative-time-react-component' ... <RelativeTime time={1545835171000} />
look the screenshots:
If I delete the node_modules/relative-time-react-component/node_modules manually, the problem will be gone. It's weird.
node_modules/relative-time-react-component/node_modules
The text was updated successfully, but these errors were encountered:
It seems you installed 2 react-native package, you can check it by yarn list --pattern react-native.
react-native
yarn list --pattern react-native
You can google the solution, usually just merge them in yarn.lock, then yarn again
yarn.lock
yarn
Sorry, something went wrong.
I delete the "react-native": "*" in yarn.lock and reinstall node_modules, the problem is gone.
"react-native": "*"
The reasonable way: amazon-archives/awsmobile-cli#172 (comment)
No branches or pull requests
Version(if relevant): 1.0.0
"relative-time-react-native-component": "^4.5.1"
Environment(if relevant):
react: "16.6.3",
react-native: "0.57.1",
yarn: 1.12.3
npm: 6.4.1
node: v10.0.0
macOS: 10.14.2
Code(if relevant):
Expected:
Actual:
look the screenshots:
If I delete the
node_modules/relative-time-react-component/node_modules
manually, the problem will be gone. It's weird.The text was updated successfully, but these errors were encountered: