Martin Šťovíček

Results 41 comments of Martin Šťovíček

@jeremybdk Sorry for not replying earlier, I'm pretty busy atm, also in the middle of moving. Seems like that could work. Would you like to submit a PR? The check...

@killerchip What about removing the `expo` key from app.json after ejecting? Is it needed for usage with the Expo SDK after ejecting? (Sorry, I don't use Expo.)

I'm actually more inclined to do it the other way around and introduce some `--expo` option for Expo projects. That way, there wouldn't be a need for any "isExpoProject" logic....

@zibs Sorry for the late reply. This looks pretty great. Gonna have to catch up on these issues and align at least with #150 and #105. I'll try to get...

Looks similar to: https://github.com/stovmascript/react-native-version/issues/38#issuecomment-372974523 and: https://github.com/stovmascript/react-native-version/issues/38#issuecomment-385656056

@aruldd Is it possible you have manually set up some paths in your Xcode project file?

@VinceBT Awesome, I'll capture this message and print out something more meaningful.

@VinceBT I also suspect that it's more of an issue with `react-native link` because a newly initialized project doesn't have any `$(SRCROOT)` strings yet. Which would explain why everything worked...

Hmm, this seems like a bug with cocoapods, or even some specific packages. I'm wondering if we could find the offending upstream code and report it...

Or we could patch [`pbxproj-dom`](https://github.com/NativeScript/pbxproj-dom) or find an alternative.