bugsnag / bugsnag-source-maps

CLI and JS library for uploading source maps to BugSnag
MIT License
16 stars 9 forks source link

Add React Native test fixtures #6

Closed twometresteve closed 4 years ago

twometresteve commented 4 years ago

Goal

Adds test fixtures for each supported version of React Native. Placeholder tests will follow in subsequent PRs.

Design

N/A.

Changeset

242 changed files looks unfriendly, but these are all pure vanilla projects - precisely the output from, for example: react-native init rn0_62 --version 0.62.2.

The only other change is the addition of the PR template for short-term ease and consistency. I stopped short of creating all Github template files (as we have as standard), as I trust these will be handled in due course.

Testing

All four projects have been built and run on both iOS and Android to ensure there were no blips when generating them.