@momo-kits/auto-complete 0.0.56-alpha.2 → 0.0.56-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/AutoComplete.js +2 -2
  2. package/package.json +1 -1
package/AutoComplete.js CHANGED
@@ -290,8 +290,8 @@ export default class AutoComplete extends Component {
290
290
  const { title, value } = item;
291
291
  return (
292
292
  <View style={[styles.viewSuggest]}>
293
- <Text.Title1>{title}</Text.Title1>
294
- <Text.Title1>{value}</Text.Title1>
293
+ <Text.Title>{title}</Text.Title>
294
+ <Text.Title>{value}</Text.Title>
295
295
  </View>
296
296
  );
297
297
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/auto-complete",
3
- "version": "0.0.56-alpha.2",
3
+ "version": "0.0.56-alpha.3",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {