This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Tags/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44[ ![ npm] ( https://img.shields.io/npm/dt/express.svg )] ( https://www.npmjs.com/package/react-native-tags )
55
66A React Native component that allows you to input text and formats the text
7- into a tag when a space or comma is entered.
7+ into a tag when a space or comma is entered. Tapping on the tag will remove it.
88
99![ Demo] ( https://camo.githubusercontent.com/e3d6f3f87e625ad787bda1e7b518307d29d21a23/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f6c34394a5036786c6847723138795a46652f67697068792e676966 )
1010
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ exports[`Tags should render props correctly 1`] = `
4343 " paddingRight" : 12 ,
4444 }
4545 }
46- testID = " tag "
46+ testID = { undefined }
4747 tvParallaxProperties = { undefined }
4848 >
4949 <Text
@@ -92,7 +92,7 @@ exports[`Tags should render props correctly 1`] = `
9292 " paddingRight" : 12 ,
9393 }
9494 }
95- testID = " tag "
95+ testID = { undefined }
9696 tvParallaxProperties = { undefined }
9797 >
9898 <Text
@@ -141,7 +141,7 @@ exports[`Tags should render props correctly 1`] = `
141141 " paddingRight" : 12 ,
142142 }
143143 }
144- testID = " tag "
144+ testID = { undefined }
145145 tvParallaxProperties = { undefined }
146146 >
147147 <Text
You can’t perform that action at this time.
0 commit comments