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.
1 parent 952f8ac commit 85aecc8Copy full SHA for 85aecc8
example/react-native-markdown-renderer/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