upgrade to react-native 0.69

This commit is contained in:
Ammar Ahmed
2022-06-30 09:45:28 +05:00
parent 473343f5e1
commit c9d193568e
41 changed files with 1612 additions and 28177 deletions

View File

@@ -496,7 +496,7 @@ export const useActions = ({ close = () => {}, item }) => {
close();
await sleep(300);
presentSheet({
component: ref => <NoteHistory ref={ref} note={item} />
component: ref => <NoteHistory fwdRef={ref} note={item} />
});
}