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