I find it interesting to use React Native, but currently I just have one pain point:
The native look and feel of e.g. a iOS List.
So if I create a SwiftUI App in XCode and add a List with some text it looks like an native iOS list. But If I create a React Native app with an FlatList
and then run in on my iPhone, it just looks like a list with absolutly no style.
Is there and plugin or whatever to get the "native" iOS 14 look and feel?