Skip to content

Commit

Permalink
refact: restore TestsExample/App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Jun 1, 2022
1 parent b73929e commit c46fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestsExample/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ enableFreeze(true);
export default function App() {
return (
<ReanimatedScreenProvider>
<Test702 />
<Test42 />
</ReanimatedScreenProvider>
);
}

0 comments on commit c46fd05

Please sign in to comment.