Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 82cedea

Browse files
Add automatic cocoapods usage
1 parent c89d947 commit 82cedea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

react-native.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
module.exports = {
2+
project:{
3+
ios:{
4+
automaticPodsInstallation:true
5+
}
6+
},
27
dependency: {
38
platforms: {
49
android: {

0 commit comments

Comments
 (0)