Add React Native tests
Problem
Now the CLI can create templates for React Native but there is no CI tests for it
Details
- Add CI tests to use
mopro createfor React Native - Running e2e tests for React Native project
npm run e2e:test:iosnpm run e2e:test:android
Acceptance criteria
- Pass CI tests for React Native project
Contribution Plan for React Native CI Tests
Set Up CI Workflow
Create a new GitHub Actions workflow file (e.g., .github/workflows/react-native.yml).
Configure environment to install Node.js, Java (for Android), and Xcode (for iOS if using macOS runners).
Template Generation Test
Use the CLI (mopro create) to scaffold a React Native project inside the CI job.
Install dependencies with npm install or yarn install.
Run E2E Tests
Hey, I would love to work on this, assign me if possible.
Add react-native-app CI here https://github.com/zkmopro/react-native-app/pull/19
- successfully running iOS tests
- failed to run Android tests (No space left on device)