-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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 :

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!
Metadata
Metadata
Assignees
Labels
No labels