Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 8aa156a

Browse files
v1.9.4
As of React 16.3 componentWillMount is deprecated.
1 parent 75c0ea7 commit 8aa156a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎.gitignore‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
.idea
3+
node_modules
4+
yarn.lock
5+
npm-debug.log*
6+
yarn-debug.log*
7+
yarn-error.log*

‎__test__/react-native-input-scroll-view/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class extends PureComponent {
8888
measureInputWidth: 0,
8989
};
9090

91-
componentWillMount() {
91+
componentDidMount() {
9292
this._root = null;
9393
this._curFocus = null;
9494
this._measureCallback = null;

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-scroll-view",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Perfect TextInput ScrollView",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /