Skip to content

Commit

Permalink
Added missing scripts from Stripe example
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkedzierski committed Jul 22, 2024
1 parent 98e138a commit 96601b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"codegen:android": "./android/gradlew -p android generateCodegenArtifactsFromSchema",
"codegen:ios": "node node_modules/react-native/scripts/generate-codegen-artifacts.js --path . --targetPlatform ios --outputPath ./ios",
"run-example-ios": "cd example;react-native run-ios --configuration Release --simulator \"iPhone 15\"",
"run-example-android": "cd example;react-native run-android --variant=release"
"run-example-android": "cd example;react-native run-android --variant=release",
"bootstrap": "yarn example && yarn && yarn pods",
"bootstrap-no-pods": "yarn example && yarn"
},
"dependencies": {
"@gluestack-style/react": "^1.0.57",
Expand Down

0 comments on commit 96601b5

Please sign in to comment.