Skip to content

vadimstasiev/SVG-Mountain-React-Native

Repository files navigation

Preview

Alt Text

Prerequisites

Run

  • yarn start

generate apk

  • yarn release

docs

Patches - Hot-patching dependencies with patch-package

This is configured to run after yarn install the configuration is inside package.json in the scripts section: "postinstall": "patch-package"

Right after yarn install the project must be ran once which might result in a crash, this is likely caused by the patch package module, which might not be patching in time, if that's the case just run the project again and from thereon there shouldn't be any problems