Skip to content

Commit bb84dcb

Browse files
authored
docs: remove useless box style from first animation (#875)
## 📜 Description Fixing this error ``` Unused style detected: styles.boxeslint(react-native/no-unused-styles) ``` ## 💡 Motivation and Context ESLint is yelling at me ![CleanShot 2025-03-21 at 12 30 48](https://github.com/user-attachments/assets/b96d6285-90c8-4e2c-ae75-66761a6f9f8d) ## 🤔 How Has This Been Tested? Just copy/paste the code example on my codebase.
1 parent 97abd0a commit bb84dcb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/versioned_docs/version-1.16.0/guides/first-animation.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ const styles = StyleSheet.create({
3838
alignItems: "center",
3939
justifyContent: "flex-end",
4040
},
41-
box: {
42-
width: 60,
43-
height: 60,
44-
marginVertical: 20,
45-
},
4641
row: {
4742
flexDirection: "row",
4843
},

0 commit comments

Comments
 (0)