Giter Club home page Giter Club logo

Comments (7)

isalcancer avatar isalcancer commented on August 17, 2024 1

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

http://prntscr.com/iehhli

from beonews.

 avatar commented on August 17, 2024

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

from beonews.

edishodzic avatar edishodzic commented on August 17, 2024

Hi, enclosed the Config.js. Thank you!

Config.js.zip

from beonews.

 avatar commented on August 17, 2024

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

from beonews.

justineraze avatar justineraze commented on August 17, 2024

same problem here! any news ?

from beonews.

 avatar commented on August 17, 2024

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

from beonews.

 avatar commented on August 17, 2024

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)

from beonews.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.