chore: add example with test cases (#1702)

PR adding TestsExample app which should include test cases for e.g. PRs.
It also removes package-lock.json since yarn is used.
This commit is contained in:
Wojciech Lewicki
2022-02-23 15:26:18 +01:00
committed by GitHub
parent 3bc3338d2a
commit 86813032c9
76 changed files with 10663 additions and 52155 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};