Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Open post after search #55

Closed
edishodzic opened this issue Jan 26, 2018 · 7 comments
Closed

Open post after search #55

edishodzic opened this issue Jan 26, 2018 · 7 comments

Comments

@edishodzic
Copy link

Hi. Click on the post after searching is not possible. How I can solve this problem?
Enclosed the Screenshot from error message in ios and Android.

https://ibb.co/iqTSYb

@inspireui
Copy link
Collaborator

Hi @edishodzic could you share you config.js file, we will help to investigate further as we could not replicate the issue - thank you!

@edishodzic
Copy link
Author

Hi, enclosed the Config.js. Thank you!

Config.js.zip

@inspireui
Copy link
Collaborator

Hi, thank you for the response - this issue is relate the post content issue, could you try to fix by replace this index.js file to the components/Webview folder
index.js.zip

@isalcancer
Copy link

Hi, I have the same problem please solve it. thanks

http://prntscr.com/iehhli

@justineraze
Copy link

same problem here! any news ?

@inspireui inspireui added the bug label Mar 13, 2018
@inspireui
Copy link
Collaborator

Hi, i've noted as the bug for further investigate and fix - thank you!

@inspireui
Copy link
Collaborator

inspireui commented Mar 30, 2018

pls try to open Navigation/index.js and replace

const searchStack = StackNavigator({
search: {screen: SearchScreen},
searchPostDetail: {screen: PostDetailScreen},
}, {
mode: 'modal',
header: null,
transitionConfig: () => TransitionConfig,
navigationOptions: {
tabBarIcon: ({tintColor}) => <TabBarIcon css={{width: 22, height: 20}} icon={Images.icons.iconSearch} tintColor={tintColor}/>,
}
});

by

const searchStack = StackNavigator({
search: {screen: SearchScreen},
searchPostDetail: {screen: PostDetailScreen},
}, {
mode: 'modal',
header: null,
transitionConfig: () => TransitionConfig
});

(Remove the navigationOptions, this is weird issue with the react-navigation)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants