Skip to content

Instantly share code, notes, and snippets.

View DevinByteX's full-sized avatar

Devin Godage DevinByteX

View GitHub Profile
@DevinByteX
DevinByteX / react-native.config.js
Last active July 9, 2022 21:10
Use this code snippet in project root folder when adding custom fonts.
module.exports = {
project: {
ios: {},
android: {},
},
assets: ['./src/assets/fonts/'], // <--- assets path
};