animo / indy-sdk-expo-plugin

Config plugin to auto configure Indy SDK for iOS & Android
Apache License 2.0
8 stars 1 forks source link

docs: fix prebuild snippet #7

Closed karimStekelenburg closed 1 year ago

karimStekelenburg commented 1 year ago

The code snippet to run the expo prebuild command assumes you have the following script entry in your package.json

...
"scripts": {
    "prebuild": "expo prebuild"
}
...

However, this isn't always the case. For example, bootstapping a project with npx create-expo-app won't add that entry to the package.json.

This PR makes the snippets more setup independent.

Signed-off-by: Karim Stekelenburg karim@animo.id