Skip to content

Commit da87e79

Browse files
authored
chore: remove dead code (#878)
## 📜 Description Follow-up for #875 ## 💡 Motivation and Context We need to update `next` tag to make sure that changes will not be added to subsequent releases. Also cleaned up example code. Ideally we should have that eslint plugin installed and activated in the project, but maybe I'll handle it in separate PR. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - removed unused style in `next` version ### JS - removed dead code from app; ## 🤔 How Has This Been Tested? Tested via CI. ## 📸 Screenshots (if appropriate): <img width="1002" alt="image" src="https://github.com/user-attachments/assets/1c64fa99-449d-43ac-8f3a-3269ae6cb643" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent cd8cb80 commit da87e79

File tree

5 files changed

+0
-25
lines changed

5 files changed

+0
-25
lines changed

FabricExample/src/components/KeyboardAnimation/styles.ts

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export default StyleSheet.create({
66
alignItems: "center",
77
justifyContent: "space-between",
88
},
9-
box: {
10-
width: 60,
11-
height: 60,
12-
marginVertical: 20,
13-
},
149
row: {
1510
flexDirection: "row",
1611
},

FabricExample/src/screens/Examples/KeyboardAnimation/styles.ts

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export default StyleSheet.create({
66
alignItems: "center",
77
justifyContent: "center",
88
},
9-
box: {
10-
width: 60,
11-
height: 60,
12-
marginVertical: 20,
13-
},
149
row: {
1510
flexDirection: "row",
1611
},

docs/docs/guides/first-animation.md

-5
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
},

example/src/components/KeyboardAnimation/styles.ts

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export default StyleSheet.create({
66
alignItems: "center",
77
justifyContent: "space-between",
88
},
9-
box: {
10-
width: 60,
11-
height: 60,
12-
marginVertical: 20,
13-
},
149
row: {
1510
flexDirection: "row",
1611
},

example/src/screens/Examples/KeyboardAnimation/styles.ts

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ export default StyleSheet.create({
66
alignItems: "center",
77
justifyContent: "center",
88
},
9-
box: {
10-
width: 60,
11-
height: 60,
12-
marginVertical: 20,
13-
},
149
row: {
1510
flexDirection: "row",
1611
},

0 commit comments

Comments
 (0)