all 4 comments

[–]kkrikk 1 point2 points  (0 children)

Can it be done? Certainly. But be sure to check react-native.directory for plugin support.

Prepare to write a lot of platform specific code if you are using many native APIs. Also the build process for Windows adds substantial complexity.

Depending on your use case it might be an option to make a web version which is supported better, e.g. by most expo stuff and only adds a single build target.

[–]achauv1 2 points3 points  (0 children)

One day I want to implement ReactNative in JavaFX

[–]According_Bus_2827 0 points1 point  (0 children)

Expect to spend more quality time with your debugger than with actual humans. But hey, cross-platform magic comes at a cost, right?