react-native-dynamic icon indicating copy to clipboard operation
react-native-dynamic copied to clipboard

Old dependency

Open rstefek opened this issue 5 years ago • 1 comments

Could you please add dependency, that will work with newer React Native versions?

npm ERR! Found: [email protected]
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.62.0" from [email protected]
npm ERR! node_modules/react-native-dynamic
npm ERR!   react-native-dynamic@"^1.0.0" from the root project

In your package package.json is:

	"peerDependencies": {
		"react": "^16.11.0",
		"react-native": "^0.62.0"
	},
	"dependencies": {
		"@types/react": "*",
		"@types/react-native": ">=0.62.0",
		"toolkit.ts": "^0.0.2"
	}

rstefek avatar Dec 13 '20 09:12 rstefek

#19

bobbyjcolley avatar Nov 14 '21 20:11 bobbyjcolley