Skip to content

Commit 2745edc

Browse files
author
Maciej Makowski
committed
Merge branch 'feat/fabric-example-rn-0.76' into chore/spell-checker
2 parents da248ad + d59bc9d commit 2745edc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

apps/fabric-example/.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
root: true,
3+
extends: '@react-native',
4+
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const path = require('path');
2+
3+
module.exports = {
4+
project: {},
5+
assets: [path.join(__dirname, 'node_modules', '@swmansion/icons', 'fonts')],
6+
};

0 commit comments

Comments
 (0)