lucksp / expo-rne-jest-test

testing issue w RNE & Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample repo for test issues

Expo

This mobile app is scaffolded with Expo.

Requirements

  • Expo requires Node LTS version or greater. Using NVM, we can ensure everyone is using the same versions, based in the .nvmrc.
    • run nvm use when you enter this repo.
      • Or, Install a helper command in your .zshrc (or equivalent bash settings) to enable automatic updates when you switch folders.

Getting Started

  • install expo globally (npm install --global expo-cli)
  • install dependencies: yarn
  • Recommend clearing all expo & RNE related artifacts: rm -rf ios && rm -rf .expo

Unit Testing

We use Jest for unit testing and leverage the React Native Testing Library and the React Hooks Testing Library specifically.

About

testing issue w RNE & Jest


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%