Library for cross-platform app development.
Перейти к файлу
Alexander T c46ef2812f Revert lodash imports due to issues on RN (#816) 2018-09-14 12:53:49 -07:00
docs Updated dependency versions. Published 1.4.0-rc.1. 2018-09-09 14:57:56 -07:00
extensions Revert lodash imports due to issues on RN (#816) 2018-09-14 12:53:49 -07:00
samples Updated dependencies in ImageList sample. Updated code to work with "strict" tsc setting. 2018-09-11 19:33:33 -07:00
src Revert lodash imports due to issues on RN (#816) 2018-09-14 12:53:49 -07:00
.gitignore Fixed drag & drop handlers for RN windows (#377) 2017-12-09 09:38:36 -08:00
.npmignore Added VirtualListView and documentation. 2017-04-17 23:54:23 -07:00
.npmrc Start to use npm's package-lock feature. 2018-08-07 23:36:50 -06:00
LICENSE Updated License file as per Microsoft legal group. 2017-04-05 18:14:38 -07:00
README.md add badges (#809) 2018-09-13 08:40:00 -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-lock.json Updated dependency versions. Published 1.4.0-rc.1. 2018-09-09 14:57:56 -07:00
package.json Updated dependency versions. Published 1.4.0-rc.1. 2018-09-09 14:57:56 -07:00
tsconfig.json Revert lodash imports due to issues on RN (#816) 2018-09-14 12:53:49 -07:00
tslint.json Added use of tslint in RXPApp and fixed lint errors. 2018-06-25 10:51:19 -07:00

README.md

ReactXP

GitHub license npm version npm downloads David David PRs Welcome Gitter

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.

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.

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 is 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