A React environment for cross platform desktop apps
Find a file
2020-01-19 06:54:19 -08:00
.github Add issue templates (#241) 2020-01-12 15:20:42 -08:00
.vscode Add opacity. Need to investigate seg fault 2019-06-20 14:23:06 -04:00
__mocks__ Various changes, start adding tests 2019-05-14 18:31:00 -04:00
docs Update README.md 2020-01-19 09:49:45 -05:00
examples Convert everything to typescript 2020-01-03 16:05:14 -05:00
src V2 small code improvements (#240) 2020-01-12 15:08:34 -08:00
test Various changes, start adding tests 2019-05-14 18:31:00 -04:00
.babelrc Add nested text support 2019-05-11 13:27:04 -04:00
.editorconfig add editor config 2018-02-19 17:03:47 -05:00
.gitignore Add hot reloading to examples, fix reloading bugs 2020-01-01 12:28:16 -05:00
.travis.yml Disable caching 2019-10-13 10:50:26 -04:00
CONTRIBUTING.md Update documentation on v2 2020-01-01 14:23:17 -05:00
LICENSE Create LICENSE 2020-01-07 21:33:06 -05:00
package-lock.json Add note on Macs with libuv bug 2020-01-12 12:56:22 -08:00
package.json Merge branch 'v2' of github.com:kusti8/react-native-cross into v2 2020-01-12 16:44:08 -05:00
README.md Add issue templates (#241) 2020-01-12 15:20:42 -08:00
testprog.js Add note on Macs with libuv bug 2020-01-12 12:56:22 -08:00
testyoga.js Many bug fixes, get cat example to work 2019-11-14 17:24:07 -05:00
tsconfig.json Convert everything to typescript 2020-01-03 16:05:14 -05:00

proton native Logo by @elisiri

npm npm styled with prettier PRs Welcome MIT License Gitter chat

Create desktop applications through a React syntax, on all platforms.

V2 is released!

V2 has been released and it brings a whole host of improvements including new components that are identical to React Native, styling, flexbox, hot reloading, and more. You can read the full writeup here. To try it out, visit the documentation for instructions on how to get started!

Features

  • Same syntax and components as React Native
  • Works with existing React libraries such as Redux
  • Cross platform
  • No more Electron
  • Compatible with all normal Node.js packages
  • Hot reloading

Images

Documentation

See the documentation for how to get started and details on all the components.

Examples

Examples can be found in examples/.

Contributing

All contributions are welcome. Just make a PR.

Accelerated by KeyCDN