Cshayan / react-native-visual-scratch-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Scratch Editor

a visual code editor for Javascript that is similar to MIT Scratch in React Native

Features

  1. Create multiple sprites
  2. Drag them over the screen
  3. Add various action codes to all the multiple sprites and play the animation
  4. Reset all to initial state.

How to locally

  1. Use yarn or npm to install the dependencies. Run - yarn or npm install
  2. For Android - yarn run android >> This should start the metro server and launch the app in emulator or physical device
  3. For iOS - cd ios && pod install && cd .. && yarn run ios

Screenshots

Editor screen





About


Languages

Language:TypeScript 45.7%Language:Java 25.2%Language:C++ 11.6%Language:Objective-C++ 7.1%Language:Objective-C 3.8%Language:Ruby 2.6%Language:JavaScript 1.7%Language:Starlark 1.0%Language:Shell 0.8%Language:CMake 0.4%