Hacker News new | ask | show | jobs
by scosman 3500 days ago
ReactNative wraps up the native controls, often with lowest common denominator APIs that work across iOS + Android. You can get a basic app up and running quickly, but when you want to do something more advanced it really slows you down.
1 comments

Any examples? I've been working with RN for the past few months and it's been pretty good. Only issues where I had to do some native wrapping were around background location polling and a client using a Microsoft websocket clone called signalr. Those things slowed me down.