Skip to content

Commit

Permalink
Merge pull request #43 from MAKARD/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
MAKARD committed Jun 13, 2019
2 parents 5f882d5 + d9e50ce commit 43c61db
Show file tree
Hide file tree
Showing 6 changed files with 13,257 additions and 7,451 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# React-Native Formawesome (Under development)
# React-Native Formawesome

[![Build Status](https://api.travis-ci.org/MAKARD/react-native-formawesome.svg?branch=master)](https://travis-ci.org/MAKARD/react-native-formawesome)
[![Code coverage](https://codecov.io/gh/MAKARD/react-native-formawesome/branch/master/graphs/badge.svg)](https://codecov.io/gh/MAKARD/react-native-formawesome/branch/master)
Expand All @@ -12,8 +12,8 @@ React-Native UI lib for [react-formawesome-core](https://github.com/MAKARD/react
## Via NPM

```bash
npm install --save-dev react-formawesome-core
npm install --save-dev react-native-formawesome
npm install --save-dev react-formawesome-core@latest
npm install --save-dev react-native-formawesome@latest
```

# Content
Expand Down
1 change: 0 additions & 1 deletion __tests__/Input.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable no-undef */
import React from "react";
import { View } from "react-native";
import renderer from "react-test-renderer";
import { ModelValidator } from "react-formawesome-core";

Expand Down
1 change: 1 addition & 0 deletions __tests__/__snapshots__/Input.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`Input Should render correctly 1`] = `
onErrorStyles={Object {}}
onFocus={[Function]}
onFocusStyles={Object {}}
rejectResponderTermination={true}
style={
Array [
Object {},
Expand Down
Loading

0 comments on commit 43c61db

Please sign in to comment.