Library for cross-platform app development.
Перейти к файлу
Eric Traut 797d769d9e Updated reactxp-imagesvg to use an up-to-date version of react-native-svg (rather than the older react-native-art-svg). Bumped its version to 0.2.0. 2017-05-10 11:08:43 -07:00
docs Code styling fixes and docs for the importantForLayout property. 2017-05-09 13:15:13 +02:00
extensions Updated reactxp-imagesvg to use an up-to-date version of react-native-svg (rather than the older react-native-art-svg). Bumped its version to 0.2.0. 2017-05-10 11:08:43 -07:00
samples Set the expexted box-sizing automatically, without asking the consumer to do so. 2017-04-26 18:12:30 +02:00
src We are render the scene passed by the NavigationTransitioner instead of the latest stored scene. (#86) 2017-05-10 07:09:50 -07:00
.gitignore Added samples. 2017-04-06 13:03:55 -07:00
.npmignore Added VirtualListView and documentation. 2017-04-17 23:54:23 -07:00
LICENSE Updated License file as per Microsoft legal group. 2017-04-05 18:14:38 -07:00
README.md added info about CLA 2017-04-13 12:35:55 +05:30
index.android.js Added source files. 2017-04-05 17:51:05 -07:00
index.ios.js Added source files. 2017-04-05 17:51:05 -07:00
index.js Added source files. 2017-04-05 17:51:05 -07:00
index.windows.js Added source files. 2017-04-05 17:51:05 -07:00
package.json [0.42.0-rc.5] Bump package.json for release 2017-05-10 10:43:53 -07:00
tsconfig.json 0.42.0-rc.2 release package.json bump. Fixing extension building. 2017-04-18 11:22:01 -07:00
tslint.json Enable tslint in build process and fix lint 2017-04-12 20:12:09 -07:00

README.md

ReactXP

ReactXP is a library for cross-platform app development using React and React Native.

Why ReactXP

With React and React Native, your web app can share most 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.

Getting Started

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.

Nader Dabit has created a helpful video tutorial that walks you through the steps to build the sample app.

You can read more about ReactXP and its APIs from the ReactXP official Documentation.

Prerequisites

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about Contribution License Agreements (CLA) on Wikipedia. You can sign the Microsoft Contribution License Agreement by visiting https://cla.microsoft.com/. Use your GitHub account to login.

License

This project is licensed under the MIT License - see the LICENSE file for details