Embed react code in native app?

1
Hi, Is it possible to embed react code in a Mendix native app?  Kr Thomas
asked
1 answers
3

Hi Thomas, 

You cannot directly add a react-native code to your native application. You can always create a custom widget that when placed in a page will execute the code in it. This will help https://docs.mendix.com/howto/extensibility/build-native-widget . 

If you are trying to execute only during an action you can use this https://docs.mendix.com/howto/extensibility/create-native-javascript-action#custom-developer-app .

 

 

answered