That is React Native isn’t it? A lot of people end up making custom components (using pure JS), but it’s completely possible to wrap native components and use them. The downside is someone needs to make the native component wrapper as React Native doesn’t really provide much in terms of that out of the box besides maybe a button component.
Expo has a new system that’s in beta that should make doing this much, much simpler (check out expo-modules).
gorbypark|2 years ago
Expo has a new system that’s in beta that should make doing this much, much simpler (check out expo-modules).
throwaway60707|2 years ago