Skip to content

The easiest way to get started with React Native desktop!

License

Notifications You must be signed in to change notification settings

shirakaba/react-native-fiddle

 
 

Repository files navigation

React Native Fiddle

React Native Fiddle lets you create and play with small React Native Desktop experiments. It greets you with a quick-start template after opening – change a few things, choose the version of React Native Desktop you want to run it with, and play around. Then, save your Fiddle either as a GitHub Gist or to a local folder. Once published on GitHub, anyone can quickly try your Fiddle out by just entering it in the address bar.

Getting started

Until we have distributed our first release build (don't worry, we plan to do this as soon as possible), React Native Fiddle only works via development mode.

# Clone the repo:
git clone git@github.com:shirakaba/react-native-fiddle.git
cd react-native-fiddle

# Install the npm dependencies…
yarn install

# … Run React Native Fiddle!
yarn start

Features

Explore React Native Desktop

Screenshot: React Native Fiddle App running

Try React Native Desktop without installing any dependencies: Fiddle includes everything you'll need to explore the platform.

Excellent editing

Fiddle includes Microsoft's excellent Monaco Editor, the same editor powering Visual Studio Code!

Contributing

React Native Fiddle is a community-driven project that welcomes all sorts of contributions. Please check out our Contributing Guide for more details.

Related projects

License

MIT, please see the LICENSE file for full details.

About

The easiest way to get started with React Native desktop!

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 3.5%
  • Less 2.6%
  • Other 0.6%