settings.gradle 220 B

123456
  1. rootProject.name = 'Mastodon'
  2. include ':react-native-vector-icons'
  3. project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
  4. include ':app'