feat: changed folder name to FabricExample
This commit is contained in:
10
examples/FabricExample/react-native.config.js
Normal file
10
examples/FabricExample/react-native.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const path = require('path');
|
||||
const pak = require('../../package.json');
|
||||
|
||||
module.exports = {
|
||||
dependencies: {
|
||||
[pak.name]: {
|
||||
root: path.join(__dirname, '../../'),
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user