mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
upgrade to react-native 0.69
This commit is contained in:
@@ -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} />
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user