This is a super minor issue but our app supports iOS 8.0 (react-native supports it as well). We were receiving this warning so I bumped the iOS deployment target from 9.3 to 8.0.
Also added a gitignore to ignore all the tmp files from iOS / android / js.
Hi there, thanks for building this!
This is a super minor issue but our app supports iOS 8.0 (react-native supports it as well). We were receiving this warning so I bumped the iOS deployment target from 9.3 to 8.0.
Also added a gitignore to ignore all the tmp files from iOS / android / js.
Cheers!