Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 259 Bytes

Cut down capsule crash example.

Install and run:

  • Create a .env or .env.local file from .env.example and fill in the api key.
  • Then run:
yarn && yarn android:dev

Break it:

  • go to app/(app)/home.tsx
  • uncomment 3rd and 9th lines
  • re-run