mirror of
https://github.com/selfxyz/self.git
synced 2026-01-08 22:28:11 -05:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
module.exports = {
|
|
project: {
|
|
ios: {},
|
|
android: {},
|
|
},
|
|
assets: [
|
|
'./src/assets/fonts',
|
|
'./node_modules/@tamagui/font-inter/otf',
|
|
'./node_modules/@tamagui/font-silkscreen/files',
|
|
],
|
|
};
|