red5pro / react-native-red5pro

React Native Red5 Pro Publisher/Subscriber
https://www.red5pro.com/
Other
34 stars 20 forks source link

Bug: Adding R5Pro SDK breaks React header files #9

Closed iamclaytonray closed 5 years ago

iamclaytonray commented 6 years ago

I don't have a repro just yet. I'll try to get that over today in a public repo. Essentially, XCode & Android Studio both fail to compile when the Red5Pro SDK is added. This addition causes React's headers to not install. After completely resetting/removing R5Pro from my app, it compiled perfectly.

iamclaytonray commented 6 years ago

@bustardcelly - What's the status on this issue?

bustardcelly commented 6 years ago

Hello @iamclaytonray sorry for the delayed response.

Have you looked at the project structure in the example directory? The SDK is able to reside as a dependency without issue.

Are you able to simply link this component using npm install and react-native link? Or do you have to manually add the react-native-red5pro component to the projects?

iamclaytonray commented 6 years ago

I have to do everything manually, however, neither method works

bustardcelly commented 6 years ago

Hrm...

Have you been able to successfully build and deploy with the example projects?