mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
revert changes
This commit is contained in:
@@ -88,7 +88,8 @@ export const TopLevelNavigator = createStackNavigator(
|
||||
},
|
||||
Notebook: {
|
||||
screen: Notebook,
|
||||
}
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
initialRouteName: 'Home',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {createRef} from 'react';
|
||||
import { createRef } from 'react';
|
||||
import * as Animatable from 'react-native-animatable';
|
||||
import {SafeAreaView} from 'react-native';
|
||||
import { SafeAreaView } from 'react-native';
|
||||
|
||||
export const sideMenuRef = createRef();
|
||||
export const inputRef = createRef();
|
||||
@@ -9,3 +9,4 @@ export const sideMenuOverlayRef = createRef();
|
||||
export const AnimatedSafeAreaView = Animatable.createAnimatableComponent(
|
||||
SafeAreaView,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user