Skip to content

patw0929/RNAlbumsPractice

Repository files navigation

React-Native Albums Practice project

  • Added! Appium E2E testing Android & iOS

Screenshots

E2E test - iOS

Alt text

E2E test - Android

Alt text

Usage

Run Project

  1. First, install packages
yarn
  1. Run project
react-native run-ios

or

react-native run-android

Run E2E test

  1. First, install pacakges
yarn
  1. Run
yarn run appium:ios

or

yarn run appium:android

ps. If you encounter the Could not get BatchedBridge error, please run adb reverse tcp:8081 tcp:8081