···11+## Run / Test
22+33+Install dependencies:
44+55+```bash
66+cd bskyembed
77+yarn
88+```
99+1010+Run the dev server:
1111+1212+```bash
1313+yarn dev
1414+```
1515+1616+You can see the embed homepage at http://localhost:5173
1717+1818+### Testbed
1919+2020+In another terminal window, run the snippet dev script:
2121+2222+```bash
2323+yarn dev-snippet
2424+```
2525+2626+You can then see the testbed page at http://localhost:5173/test
···11+# sonner-native+0.21.0.patch
22+33+Removes Reanimated exit layout animations from the toasts. This was causing crashes if the toast was hidden while you were scrolling a flatlist.