Skip to content

Please help!  #5

Description

@nptkien

I cloned your example project . It work correctly. But when I add a new screen like this:

import React, { Component } from 'react';
import { View } from 'react-native';
import YourView from './Demo';
class ABC extends Component {
state = { }
render() {
return (
<View style={{ flex: 1}}>
{/* View 1 /}
{/
View 2 , If I remove this line , app run correctly like your demo */}

);
}
}

export default ABC;

result :
simulator screen shot sep 21 2017 4 34 41 pm
when I touch Next button of View 1 , transition effect of view 2 work , transition effect of view 1 not work .
Can you show me how to fix this error? Thank for reading!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions