diff --git a/FabricExample/src/components/KeyboardAnimation/styles.ts b/FabricExample/src/components/KeyboardAnimation/styles.ts index 79a9b78086..ac8c6a9a1e 100644 --- a/FabricExample/src/components/KeyboardAnimation/styles.ts +++ b/FabricExample/src/components/KeyboardAnimation/styles.ts @@ -6,11 +6,6 @@ export default StyleSheet.create({ alignItems: "center", justifyContent: "space-between", }, - box: { - width: 60, - height: 60, - marginVertical: 20, - }, row: { flexDirection: "row", }, diff --git a/FabricExample/src/screens/Examples/KeyboardAnimation/styles.ts b/FabricExample/src/screens/Examples/KeyboardAnimation/styles.ts index 21d3a47f93..df95760dec 100644 --- a/FabricExample/src/screens/Examples/KeyboardAnimation/styles.ts +++ b/FabricExample/src/screens/Examples/KeyboardAnimation/styles.ts @@ -6,11 +6,6 @@ export default StyleSheet.create({ alignItems: "center", justifyContent: "center", }, - box: { - width: 60, - height: 60, - marginVertical: 20, - }, row: { flexDirection: "row", }, diff --git a/docs/docs/guides/first-animation.md b/docs/docs/guides/first-animation.md index 94f318c1ae..d2d292dffb 100644 --- a/docs/docs/guides/first-animation.md +++ b/docs/docs/guides/first-animation.md @@ -38,11 +38,6 @@ const styles = StyleSheet.create({ alignItems: "center", justifyContent: "flex-end", }, - box: { - width: 60, - height: 60, - marginVertical: 20, - }, row: { flexDirection: "row", }, diff --git a/example/src/components/KeyboardAnimation/styles.ts b/example/src/components/KeyboardAnimation/styles.ts index 79a9b78086..ac8c6a9a1e 100644 --- a/example/src/components/KeyboardAnimation/styles.ts +++ b/example/src/components/KeyboardAnimation/styles.ts @@ -6,11 +6,6 @@ export default StyleSheet.create({ alignItems: "center", justifyContent: "space-between", }, - box: { - width: 60, - height: 60, - marginVertical: 20, - }, row: { flexDirection: "row", }, diff --git a/example/src/screens/Examples/KeyboardAnimation/styles.ts b/example/src/screens/Examples/KeyboardAnimation/styles.ts index 21d3a47f93..df95760dec 100644 --- a/example/src/screens/Examples/KeyboardAnimation/styles.ts +++ b/example/src/screens/Examples/KeyboardAnimation/styles.ts @@ -6,11 +6,6 @@ export default StyleSheet.create({ alignItems: "center", justifyContent: "center", }, - box: { - width: 60, - height: 60, - marginVertical: 20, - }, row: { flexDirection: "row", },