Skip to content

Commit e576f3a

Browse files
committed
fix(format): fix indentation in react-native.config ejs file
1 parent faeafd0 commit e576f3a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/create-react-native-library/templates/native-library-mixed/react-native.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module.exports = {
66
platforms: {
77
android: {
88
<%_ if (local) { -%>
9-
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
9+
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
1010
<%_ } else { -%>
11-
cmakeListsPath: 'generated/jni/CMakeLists.txt',
11+
cmakeListsPath: 'generated/jni/CMakeLists.txt',
1212
<%_ } -%>
1313
},
1414
},

packages/create-react-native-library/templates/native-library-new/react-native.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module.exports = {
66
platforms: {
77
android: {
88
<%_ if (local) { -%>
9-
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
9+
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
1010
<%_ } else { -%>
11-
cmakeListsPath: 'generated/jni/CMakeLists.txt',
11+
cmakeListsPath: 'generated/jni/CMakeLists.txt',
1212
<%_ } -%>
1313
},
1414
},

packages/create-react-native-library/templates/native-view-mixed/react-native.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module.exports = {
66
platforms: {
77
android: {
88
<%_ if (local) { -%>
9-
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
9+
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
1010
<%_ } else { -%>
11-
cmakeListsPath: 'generated/jni/CMakeLists.txt',
11+
cmakeListsPath: 'generated/jni/CMakeLists.txt',
1212
<%_ } -%>
1313
},
1414
},

packages/create-react-native-library/templates/native-view-new/react-native.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module.exports = {
66
platforms: {
77
android: {
88
<%_ if (local) { -%>
9-
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
9+
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
1010
<%_ } else { -%>
11-
cmakeListsPath: 'generated/jni/CMakeLists.txt',
11+
cmakeListsPath: 'generated/jni/CMakeLists.txt',
1212
<%_ } -%>
1313
},
1414
},

0 commit comments

Comments
 (0)