Custom status
This commit is contained in:
parent
57d13e9894
commit
cef50fe7c0
|
@ -52,6 +52,7 @@ import CreateChannelView from '../views/CreateChannelView';
|
||||||
import AttachmentView from '../views/AttachmentView';
|
import AttachmentView from '../views/AttachmentView';
|
||||||
import ModalBlockView from '../views/ModalBlockView';
|
import ModalBlockView from '../views/ModalBlockView';
|
||||||
import JitsiMeetView from '../views/JitsiMeetView';
|
import JitsiMeetView from '../views/JitsiMeetView';
|
||||||
|
import StatusView from '../views/StatusView';
|
||||||
|
|
||||||
// ChatsStack
|
// ChatsStack
|
||||||
const Chats = createStackNavigator();
|
const Chats = createStackNavigator();
|
||||||
|
@ -279,6 +280,11 @@ const InsideStackModal = () => {
|
||||||
component={AttachmentView}
|
component={AttachmentView}
|
||||||
options={AttachmentView.navigationOptions}
|
options={AttachmentView.navigationOptions}
|
||||||
/>
|
/>
|
||||||
|
<InsideStack.Screen
|
||||||
|
name='StatusView'
|
||||||
|
component={StatusView}
|
||||||
|
options={StatusView.navigationOptions}
|
||||||
|
/>
|
||||||
<InsideStack.Screen
|
<InsideStack.Screen
|
||||||
name='ModalBlockView'
|
name='ModalBlockView'
|
||||||
component={ModalBlockView}
|
component={ModalBlockView}
|
||||||
|
|
Loading…
Reference in New Issue