maarekj
maarekj
Option prefixIds should me modifiable from the props, dynamically instead of statically. ```html ```
What is the error ? An exception ? An configuration error ... ?
It's possible: ```reason module Meta = { module type mt_ret = {type t;}; type typed_ret('a) = (module mt_ret with type t = 'a); let ret_type = (type a, _: _...
Je viens de retrouvé un fichier CMakeLists.txt dans des archives. Je le poste ici, libre à toi Micha, de le rajouté au dépot. Je n'ai pas testé, si ça fonctionne...
Try it: `"exec_mode": "cluster_mode"`
Change the body of function `getJSBundleFile()` in class "MainApplication" with the following code: ``` @Nullable @Override protected String getJSBundleFile() { ReactNativeAutoUpdater updater = ReactNativeAutoUpdater.getInstance(getApplicationContext()); updater.setMetadataAssetName("metadata.android.json"); return updater.getLatestJSCodeLocation(); } ```
Thank you for your library, it's very good quality work, and very pleasant to use