Add Inter font

This commit is contained in:
Lei Nelissen
2022-02-11 17:44:04 +02:00
parent d141b80a77
commit c4d83d29d8
38 changed files with 129 additions and 29 deletions

7
react-native.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
project: {
ios:{},
android:{}
},
assets:['./assets/fonts/'],
};