Skip to content

Commit

Permalink
(pub): release v0.3.1 -- improve search input UX
Browse files Browse the repository at this point in the history
- disables autocorrect (and spellcheck) on search
- debounces search input
  • Loading branch information
agilgur5 committed Nov 24, 2019
1 parent aadeec1 commit 061f17a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "react-native-manga-reader-app",
"privacy": "public",
"sdkVersion": "33.0.0",
"version": "0.3.0",
"version": "0.3.1",
"platforms": [
"ios",
"android"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-manga-reader-app",
"description": "A React Native / Expo app for cross-platform manga reading",
"version": "0.3.0",
"version": "0.3.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 061f17a

Please sign in to comment.