Skip to content

Commit

Permalink
fix: restore deleted tests and update TestsExample (#1073)
Browse files Browse the repository at this point in the history
PR fixing deleted by mistake files from #890 and updating Podfile.lock of TestsExample.
  • Loading branch information
WoLewicki authored Aug 24, 2021
1 parent 8cc51c4 commit 020a989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions TestsExample/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ import Test881 from './src/Test881';
import Test887 from './src/Test887';
import Test898 from './src/Test898';
import Test913 from './src/Test913';
import Test999 from './src/Test999';
import Test1031 from './src/Test1031';
import Test1032 from './src/Test1032';
import Test1036 from './src/Test1036';

export default function App() {
return (
Expand Down
4 changes: 2 additions & 2 deletions TestsExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ PODS:
- React-RCTVibration
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.5.0):
- RNScreens (3.6.0):
- React-Core
- React-RCTImage
- RNVectorIcons (7.1.0):
Expand Down Expand Up @@ -582,7 +582,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: f89561404f0efaa5352b627dc35e5a97a845a2cd
RNScreens: 01ab149b5dd5c27f5ff26741b1d2bdf2cee1af35
RNScreens: eb0dfb2d6b21d2d7f980ad46b14eb306d2f1062e
RNVectorIcons: bc69e6a278b14842063605de32bec61f0b251a59
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down

0 comments on commit 020a989

Please sign in to comment.