diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 071f7fca7..606a5e274 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -496,6 +496,7 @@ jobs: pre-build, lucide, lucide-react, + lucide-react-native, lucide-vue, lucide-vue-next, lucide-angular, diff --git a/packages/lucide-react-native/package.json b/packages/lucide-react-native/package.json index 8a992fb7c..2de387e6c 100644 --- a/packages/lucide-react-native/package.json +++ b/packages/lucide-react-native/package.json @@ -33,12 +33,13 @@ "jest": "^26.6.3", "prop-types": "^15.7.2", "react": "^16.5.1", - "react-dom": "^17.0.2", + "react-native": "^0.69.0", "react-native-svg": "^12.0.0" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.5.1 || ^17.0.0 || ^18.0.0", + "react-native": ">=0.50.0", "react-native-svg": "^12.0.0" } }