New issue checklist
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

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

Other Information
See above