I was doing native react native mobile development.
I hit the issue
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'VectorIcons' could not be found.
Verify that a module by this name is registered in the native binary.
I having the same issue like the previous post
I have no idea how to solve it, and i have already added the fonts.gradle into android/app/build.gradle
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"