This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Expo Support for React Native Preset (#183)
#### Changes Made This pull request introduces support for Expo in the React Native preset. Expo projects typically utilize the `main` key in `package.json` as their entry point, linking to `AppEntry.js`. #### Purpose The addition of Expo support ensures that unimported will seamlessly integrate with Expo out of the box. This enhancement is crucial for Expo React Native projects, providing a smoother development experience. Please review the changes and provide any feedback or suggestions. Your input is greatly appreciated. Thank you!
- Loading branch information