Scratch Re Native is a React Native app that clones the functionality and design of the Scratch website. It offers a familiar interface and features for creating interactive stories, games, and animations, just like the original Scratch platform.
-
Block-Based Coding: Drag and drop code blocks to create scripts.
-
Sprites and Costumes: Add and customize sprites with various costumes.
-
Interactive Canvas: Drag and drop actions onto the canvas to build your project.
-
Events and Control: Utilize events and control blocks to make your projects interactive.
- Figma Design: View the app design on Figma
- Video Demonstration: Watch a video demonstration of the app [here](
)
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.