Sample Code for React Native Apps #1740
-
Hi, Is there a sample program for react native app? The samples from CodeSandbox and AlphaTab sites are not compiling. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently there is no React Native sample app and I haven't tried it out yet. alphaTab with React Native using JavaScriptReact Native should have general support for any JavaScript Library on the "backend" side of things. That means generally the "low level APIs" should be available. Building a full app requires proper UI integration where currently no platform implementation exists. The platform specific UI integrations take care of following bits:
The platform implementations live in:
React native is still handling the UI in the iOS/Android native UI world and therefore standard web components are not working out of the box. alphaTab with React native using Android ControlalphaTab also has a native Android control (view) which could be integrated via mechanisms like this: |
Beta Was this translation helpful? Give feedback.
Currently there is no React Native sample app and I haven't tried it out yet.
alphaTab with React Native using JavaScript
React Native should have general support for any JavaScript Library on the "backend" side of things. That means generally the "low level APIs" should be available.
Building a full app requires proper UI integration where currently no platform implementation exists. The platform specific UI integrations take care of following bits: