ReactXP and reactXP extentions are hosted on NPM under @Chaldal
organization.
https://www.npmjs.com/org/chaldal
This project is maintained by @aajahid for @chaldal
ReactXP is a library for cross-platform app development using React and React Native.
With React and React Native, your web app can share most of its logic with your iOS and Android apps, but the view layer needs to be implemented separately for each platform. We have taken this a step further and developed a thin cross-platform layer we call ReactXP. If you write your app to this abstraction, you can share your view definitions, styles and animations across multiple target platforms. Of course, you can still provide platform-specific UI variants, but this can be done selectively where desired.
The samples directory contains a minimal “Hello World” app that demonstrates some basic ReactXP functionality. You can use this as a starting point. Just follow the build instructions in the README file.
Also included in the samples directory is the RXPTest app which attempts to exercise all of the functionality of ReactXP. It is a good source to consult for sample usage of APIs, components, and props.
You can read more about ReactXP and its APIs from the ReactXP official Documentation.
For the time being you can use the /samples/RXPTest app to copy and replace the src to create a new project.
Hopefully scaffolding will be supported in future. ( PR welcome )
We welcome contributions to ReactXP. See the CONTRIBUTING file for how to help out.
This project is licensed under the MIT License - see the LICENSE file for details