ReactVision / viro

ViroReact: The AR and VR library for React Native 📳💙💛🤍💚
MIT License
1.3k stars 150 forks source link

Expo plugin is not working with monorepo #280

Open Deegiimurun opened 3 months ago

Deegiimurun commented 3 months ago

Requirements:

Please go through this checklist before opening a new issue

Environment

Please provide the following information about your environment:

  1. Development OS: Mac, Windows, Linux
  2. Device OS & Version: What Android OS version (7.0, 8.0, etc.) or iOS version (11.0, 11.2) is your device running on?
  3. Version: ViroReact version and React Native version
  4. Device(s): What device(s) are you are seeing the issue on (i.e. iPhone X, Samsung Note 8, etc)

Description

I have an expo project in monorepo, which means package is installed in root node_modules. app_plugin adds hard coded path

`  pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios'\n` +
`  pod 'ViroKit', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/'`,

Reproducible Demo

Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.

linear[bot] commented 3 months ago

XR-190 Expo plugin is not working with monorepo