## New issue checklist - [x] I have reviewed the [`README`](https://github.com/superwall/react-native-superwall/blob/main/README.md) and [documentation](https://docs.superwall.com/docs) - [x] I have searched [existing issues](https://github.com/superwall/react-native-superwall/issues) and this is not a duplicate - [x] I have attempted to reproduce the issue and include an example project. ### General information - `@superwall/react-native-superwall` version: 2.1.0 - React Native version: 0.76.9 - Expo version (if applicable): 52 - Platform affected (Android and/or iOS): iOS - OS versions affected, e.g. iOS 18.3.1 (if applicable): All - Devices/Simulators affected: All - Reproducible in the example app? (Yes/No): No - Related issues: ### Describe the bug Getting error resolving package.json, the path seems to be wrong Before <img width="506" alt="Image" src="https://github.com/user-attachments/assets/2e7c7fb5-80b9-4031-bc73-48ada316aa05" /> Logs from Expo EAS, it's trying to resolve from `lib` <img width="660" alt="Image" src="https://github.com/user-attachments/assets/3ae5c746-6538-4544-aaa9-6f3e4aa483ec" /> ### Steps to reproduce Fix is to change it to ../../package.json The target folder is 2 levels down <img width="336" alt="Image" src="https://github.com/user-attachments/assets/684de1f1-f56a-4552-853c-11390734976a" /> ### Other Information See above
New issue checklist
READMEand documentationGeneral information
@superwall/react-native-superwallversion: 2.1.0Describe the bug
Getting error resolving package.json, the path seems to be wrong
Before

Logs from Expo EAS, it's trying to resolve from
libSteps to reproduce
Fix is to change it to ../../package.json
The target folder is 2 levels down

Other Information
See above