Skip to content
Snippets Groups Projects
react-native.config.js 149 B
Newer Older
Sofiya Tepikin's avatar
Sofiya Tepikin committed
module.exports = {
  // config for a library is scoped under "dependency" key
  dependency: {
    assets: ['assets/fonts'], // stays the same
  },
}