|
|
|
|
|
by hardwaresofton
2359 days ago
|
|
No but it introduces a complete shim of the native platform underneath -- as in your can write and execute JS that moves native code underneath. React Native doesn't support this currently (and has no plans to). There's also the possibility of using vastly lighter weight frameworks, for example svelte-native[0] which should be quite a bit more responsive. [0]: https://svelte-native.technology/ |
|
Also I think it's not responsive compared to native because it's javascript and a wrapper, not the specific javascript libraries you are using in between.