React Native
React Native is a framework for building mobile apps using React and React Native. React Native support in LiveCodes is achieved by using React Native for Web (an accessible implementation of React Native's Components and APIs that is interoperable with React DOM).
TypeScript is also supported in React Native (TSX) and is documented here.
Demo
Usage
For usage and examples, see documentation for JSX.
Language Info
Name
react-native
Extension
.react-native.jsx
Editor
script
Compiler
TypeScript compiler and React Native for Web
Code Formatting
Using Prettier.
Custom Settings
Custom settings added to the property react-native
are passed to the TypeScript compiler as compiler options while compiling JSX.
In addition, the option disableAutoRender
can be set to true
to disable auto-rendering.
Please note that custom settings should be valid JSON (i.e. functions are not allowed).
Example:
{
"react-native": {
"disableAutoRender": true
}
}
Starter Template
https://livecodes.io/?template=react-native