Search code examples
react-nativecocoapods

Using react native for IOS development on Linux


I'm curently trying to develop an multi platform app, but i'm using a linux (ubuntu) and I thought that i could just use expo for the development and then just use a mac to build the project. But it seems that if I want a project that uses for example the camero, a linux isn't gonna cut it. Am i wrong ? It seems like I need to use cocoapods, but isn't it just for macOS ?

I'm completly lost on this 😅

Tried using cocoapods thinking it was adapted to both linux and mac but it still need xcode installed, which is strictly for mac.


Solution

  • I was confused, but i was just using expo the wrong way, I now just use the expo SDK that handles automatically the complicated ios stuff, instead of the react-native packages.