···1+## Run / Test
2+3+Install dependencies:
4+5+```bash
6+cd bskyembed
7+yarn
8+```
9+10+Run the dev server:
11+12+```bash
13+yarn dev
14+```
15+16+You can see the embed homepage at http://localhost:5173
17+18+### Testbed
19+20+In another terminal window, run the snippet dev script:
21+22+```bash
23+yarn dev-snippet
24+```
25+26+You can then see the testbed page at http://localhost:5173/test
···1+# sonner-native+0.21.0.patch
2+3+Removes Reanimated exit layout animations from the toasts. This was causing crashes if the toast was hidden while you were scrolling a flatlist.