Arda Önal

Results 1 comments of Arda Önal

Removing the `Background` component worked: ``` const Background = ({ children }: Props) => ( {children} ); const styles = StyleSheet.create({ background: { flex: 1, width: "100%", // backgroundColor: "#12372A",...