Skip to content

Commit

Permalink
docs: remove examples title
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Jul 3, 2024
1 parent 7852a57 commit 1e2ba72
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Example/src/examples/FilterImage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const FilterImageList = () => {
</View>
);
};
FilterImageList.title = '';

const styles = StyleSheet.create({
container: {width: '100%'},
Expand Down
1 change: 0 additions & 1 deletion Example/src/examples/Filters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const FiltersList = () => {
</View>
);
};
FiltersList.title = '';

const styles = StyleSheet.create({
container: {width: '100%'},
Expand Down
1 change: 0 additions & 1 deletion FabricExample/src/examples/FilterImage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const FilterImageList = () => {
</View>
);
};
FilterImageList.title = '';

const styles = StyleSheet.create({
container: {width: '100%'},
Expand Down
1 change: 0 additions & 1 deletion FabricExample/src/examples/Filters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const FiltersList = () => {
</View>
);
};
FiltersList.title = '';

const styles = StyleSheet.create({
container: {width: '100%'},
Expand Down

0 comments on commit 1e2ba72

Please sign in to comment.