I have used CRNA for my project now I need some native functionality .
- don’t know whether to detach or eject .
since expo is gone how do I deal with code like the following
import { MapView, Location, Permissions, Constants } from "expo";
Expo.Font.loadAsync({
FontAwesome: require('../../assets/fonts/FontAwesome.ttf'),
MaterialIcons: require('../../assets/fonts/MaterialIcons.ttf'),
Ionicons: require('../../assets/fonts/Ionicons.ttf'),
EvilIcons: require('../../assets/fonts/EvilIcons.ttf'),
});
keep in mind that I tried to just detach and use expo kit but had the following error
github issue link