|
|
|
|
|
by listenallyall
2370 days ago
|
|
The most popular apps in the world -- Facebook, Instagram, Twitter, Uber, Line, Airbnb, Snapchat, many many more -- all use completely custom UIs focused on consistentcy across platforms, which they accomplish by purposely not following any individual platform's specs or using platform widgets. |
|
The Facebook app is criticized everywhere, I can’t think of anyone who likes their app.
AFAIK AirBnB once used RN but moved to native development, and Twitter use native widgets.
Also, don’t forget that they have the resources to develop all of the expected features of native widgets, for example Accessibility. The OP probably doesn’t.
And, this is all talking about RN which is actually half native since they use native widgets; Flutter is much worse than this because they draw their own widgets.