diff --git a/package.json b/package.json index dfc30bb..2649b57 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@react-native-tvos/template-tv", - "version": "0.75.2", + "version": "0.75.2-0", "description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { - "version": "0.75.2" + "version": "0.75.2-0" }, "type": "commonjs", "files": [ diff --git a/template/package.json b/template/package.json index b1de923..9686729 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.3.1", - "react-native": "npm:react-native-tvos@0.75.2-0rc1" + "react-native": "npm:react-native-tvos@~0.75.2-0" }, "devDependencies": { "@babel/core": "^7.20.0",