Skip to content

Commit

Permalink
⭐️ Impl: Add react-native.config.js Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent 9f9d16d commit 61bcd66
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const ios = require('@react-native-community/cli-platform-ios');

module.exports = {
project: {
android: null,
ios: {
project: './ios/IosModal.xcodeproj',
},
},
platforms: {
ios: {
projectConfig: ios.projectConfig,
dependencyConfig: ios.dependencyConfig,
},
android: null,
},
};

0 comments on commit 61bcd66

Please sign in to comment.