diff --git a/README.md b/README.md index 60b22cec8..b3714278c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ ## 📖 Documentation -See the [developer documentation](https://docs.magic.link) to learn how you can master the Magic SDK in a matter of minutes. +- See the [developer documentation](https://docs.magic.link) to learn how you can master the Magic SDK in a matter of minutes. +- See the `@magic-sdk/react-native` [README](https://github.com/magiclabs/magic-js/tree/master/packages/%40magic-sdk/react-native#readme) for package specific information. ## ⚡️ Quick Start @@ -94,6 +95,7 @@ Test specific files ```bash yarn test /test/**/constructor.spec.ts ``` +<<<<<<< Updated upstream ## 🙌🏾 Troubleshooting @@ -106,3 +108,5 @@ For React Native projects living within a monorepo that run into the following ` When attempting to import `Magic`, take note that the React Native metro bundler doesn’t work well with symlinks, which tend to be utilized by most package managers. For this issue consider using Microsoft's [rnx-kit](https://microsoft.github.io/rnx-kit/docs/guides/bundling) suite of tools that include a plugin for metro that fixes this symlink related error. +======= +>>>>>>> Stashed changes diff --git a/packages/@magic-sdk/react-native/README.md b/packages/@magic-sdk/react-native/README.md index ddb565255..def8e91df 100644 --- a/packages/@magic-sdk/react-native/README.md +++ b/packages/@magic-sdk/react-native/README.md @@ -61,7 +61,7 @@ await magic.auth.loginWithMagicLink({ email: 'your.email@example.com' }); ### Symlinking in Monorepo w/ Metro (Expo Only) -For React Native projects living within a monorepo that run into the following `TypeError: Undefined is not an object` error: +For React Native projects living within a **monorepo** that run into the following `TypeError: Undefined is not an object` error: Screenshot 2022-11-23 at 12 19 19 PM