Using native Expo SDK features

Hello,

I did search and was unable to find a similar question.

Is i there a documented way to use native Expo APIs. For example I am interested in using https://docs.expo.io/versions/latest/sdk/network/.

Related: Is there any way of using native Android APIs (e.g. the Signal Strength API)?

Best regards

Is there any way of using native Android APIs

No. You can use either what is available in Thunkable X, or the functionality of HTML, Javascript, web services (which work in browsers on mobile devices)

Does Thunkable allow html and JavaScript coding?

If Yes how?

See WebViewer postMessage and https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/ (scrExchange)

I see, thanks

Although I know c#, Java, JavaScript HTML etc… but It is too advanced for me as I’m newbie in Thunkable

Where to start to learn and converting code to X Thunkable?

See https://github.com/thunkable/webviewer-extension/

1 Like

Thanks

Understood, thanks!