Skip to content

Commit

Permalink
♻️ (createStop) remove unused key prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tpucci committed Jul 13, 2019
1 parent 3a29993 commit 475e436
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/createStop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ export const createStop = (
back$: this.back$
}}
>
<View style={StyleSheet.absoluteFill} key={name}>
{factory({ ...props })}
</View>
<View style={StyleSheet.absoluteFill}>{factory({ ...props })}</View>
</BackContext.Provider>
);
}
Expand Down

0 comments on commit 475e436

Please sign in to comment.