Files
self/app/react-native.config.js
thomas-senechal 126711d326 First lint and fmt pass
This commit is a first pass of lint and fmt, with a few manual fixes. Only manual issues left to do.
2025-01-06 18:54:46 +01:00

12 lines
208 B
JavaScript

module.exports = {
project: {
ios: {},
android: {},
},
assets: [
'./assets/fonts',
'./node_modules/@tamagui/font-inter/otf',
'./node_modules/@tamagui/font-silkscreen/files',
],
};