React-native-navigation: 3D Touch preview and pop iOS

Created on 18 Nov 2017  ·  2Comments  ·  Source: wix/react-native-navigation

Issue Description

How hard would it be to implement Peek and Pop with 3D touch like Apple uses all over their apps?

The view controller would have to implement the UIViewControllerPreviewingDelegate and a native component would have to register the 3d touch to push a screen.

<Preview target={{ screen: 'screenId', passProps: '123' }}>
  <Text>Click me</Text>
</Preview>

Video

iOS

http://gph.is/2zQayJJ

Most helpful comment

Hello @birkir
Is this what you are looking for? #2186

Yes. Thanks.

All 2 comments

Hello @birkir
Is this what you are looking for? #2186

Yes. Thanks.

I think you can close? 😄

Was this page helpful?
0 / 5 - 0 ratings