We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3f675 commit 4e05286Copy full SHA for 4e05286
packages/create-react-native-library/templates/example/example/react-native.config.js renamed to packages/create-react-native-library/templates/native-common/example/react-native.config.js
@@ -1,10 +1,9 @@
1
const path = require('path');
2
3
-module.exports = {<% if (project.native) { %>
+module.exports = {
4
dependencies: {
5
- '<% project.slug -%>': {
+ '<%- project.slug -%>': {
6
root: path.join(__dirname, '..'),
7
},
8
9
-<% } -%>
10
};
0 commit comments