We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 537cb16 + 1a3fa4c commit 5a1e572Copy full SHA for 5a1e572
src/lib/AstRenderer.js
@@ -3,7 +3,7 @@ import { Text, View } from "react-native";
3
import getUniqueID from "./util/getUniqueID";
4
5
export function rootRenderRule(children, styles) {
6
- return <View key={getUniqueID()} styles={styles.root}>{children}</View>;
+ return <View key={getUniqueID()} style={styles.root}>{children}</View>;
7
}
8
9
/**
0 commit comments