Library for cross-platform app development.
Перейти к файлу
David de Regt 6674f8506b Bumping to 0.46.0-rc.2 2017-09-19 11:39:58 -07:00
docs Convert the web Alert from notification to Modal (#219) 2017-09-06 08:54:16 -07:00
extensions reactxp-navigation 1.0.11: MacOS assets added. Required for react-native for Mac. (#265) 2017-09-12 09:38:19 -07:00
samples reactxp-navigation 1.0.11: MacOS assets added. Required for react-native for Mac. (#265) 2017-09-12 09:38:19 -07:00
src Fixing regression with animated type exports. Strongly-typed the animated export checks as well to prevent similar regressions in the future. 2017-09-19 00:59:43 -07:00
.gitignore Javascript samples (#128) 2017-06-12 10:43:29 -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 'of' (#95) 2017-05-13 10:26:53 -07:00
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.macos.js Basic MacOS support for ReactXP and reactxp-video. (#245) 2017-09-01 15:19:45 -07:00
index.windows.js Added source files. 2017-04-05 17:51:05 -07:00
package.json Bumping to 0.46.0-rc.2 2017-09-19 11:39:58 -07:00
tsconfig.json Enabling TSC Safety Options (strict nulls, etc.) and Fixing Type Definitions (#280) 2017-09-18 21:47:24 -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 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.

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