fix: re-enable sentry on ios build, fix react-native-flipper not building on ios
This commit is contained in:
@@ -4,4 +4,12 @@ module.exports = {
|
||||
android: {}
|
||||
},
|
||||
assets: ['./src/assets/fonts/'],
|
||||
dependencies: {
|
||||
// Deal with unruly react-native-flipper dependencies, per: https://github.com/facebook/flipper/issues/5266
|
||||
'react-native-flipper': {
|
||||
platforms: {
|
||||
ios: null,
|
||||
},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user