Skip to content

Commit 5c4f33e

Browse files
committed
Comment Added
1 parent 66dfe43 commit 5c4f33e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
1.0.0 (August 13, 2020)
22
Initial release
3+
1.0.1 (August 13, 2020)
4+
Adding Comments For Business Information.

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
Author Name : WeblineIndia | https://www.weblineindia.com/
3+
4+
For more such software development components and code libraries, visit us at
5+
https://www.weblineindia.com/software-development-resources.html
6+
7+
Our Github URL : https://github.com/weblineindia
8+
**/
19
import React, { PureComponent } from 'react';
210
import { TextInput } from 'react-native';
311
import { code } from 'currency-codes';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rn-weblineindia-number-input",
33
"title": "React Native Number Input",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A React Native based component for creating Number Input in your application.",
66
"main": "index.js",
77
"files": [

0 commit comments

Comments
 (0)