Marc Rousavy dfb86e174b
feat: Replace *NativeMap and *NativeArray with Map<K,V> and List<T> for faster JSI -> JNI calls (#1720)
Replaces `ReadableNativeMap`/`WritableNativeMap` with `Map<String, Object>` and `ReadableNativeArray`/`WritableNativeArray` with `List<Object>`, making the JSI -> JNI conversion a bit faster and more logical.
Also, we could now convert Array Buffers or HostObjects if we wanted to.
2023-08-25 12:22:44 +02:00
..
2021-02-19 16:07:53 +01:00
2021-02-19 16:07:53 +01:00
2023-07-03 22:21:02 +02:00
2023-02-09 11:52:41 +01:00
2021-03-19 15:53:19 +01:00