We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb7f5e commit e18b068Copy full SHA for e18b068
.npmignore
examples/RNOneSignalTS/package.json
@@ -4,6 +4,8 @@
4
"private": true,
5
"scripts": {
6
"setup": "./setup.sh",
7
+ "preandroid": "bun run setup",
8
+ "preios": "bun run setup",
9
"android": "react-native run-android",
10
"ios": "react-native run-ios",
11
"start": "react-native start"
0 commit comments