Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 8ff3a94

Browse files
committed
feat(change library name to native-testing-library):
1 parent 856cec2 commit 8ff3a94

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<div align="center">
2-
<h1>react native testing library (rntl)</h1>
2+
<h1>native-testing-library (react native)</h1>
33
<p>Simple and complete React Native testing utilities that encourage good testing practices.</p>
44
</div>
55

66
<hr />
77

8-
[![Build Status](https://travis-ci.org/bcarroll22/rntl.svg?branch=master)](https://travis-ci.org/bcarroll22/rntl)
9-
[![Code Coverage](https://img.shields.io/codecov/c/github/bcarroll22/rntl.svg?style=flat-square)](https://codecov.io/github/bcarroll22/rntl)
10-
[![version](https://img.shields.io/npm/v/rntl.svg?style=flat-square)](https://www.npmjs.com/package/rntl)
11-
[![downloads](https://img.shields.io/npm/dm/rntl.svg?style=flat-square)](http://www.npmtrends.com/rntl)
12-
[![MIT License](https://img.shields.io/npm/l/rntl.svg?style=flat-square)](https://github.com/bcarroll22/rntl/blob/master/LICENSE)
8+
[![Build Status](https://travis-ci.org/bcarroll22/native-testing-library.svg?branch=master)](https://travis-ci.org/bcarroll22/native-testing-library)
9+
[![Code Coverage](https://img.shields.io/codecov/c/github/bcarroll22/native-testing-library.svg?style=flat-square)](https://codecov.io/github/bcarroll22/native-testing-library)
10+
[![version](https://img.shields.io/npm/v/native-testing-library.svg?style=flat-square)](https://www.npmjs.com/package/native-testing-library)
11+
[![downloads](https://img.shields.io/npm/dm/native-testing-library.svg?style=flat-square)](http://www.npmtrends.com/native-testing-library)
12+
[![MIT License](https://img.shields.io/npm/l/native-testing-library.svg?style=flat-square)](https://github.com/bcarroll22/native-testing-library/blob/master/LICENSE)
1313
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1414

15-
[![Watch on GitHub](https://img.shields.io/github/watchers/bcarroll22/rntl.svg?style=social)](https://github.com/bcarroll22/rntl/watchers)
16-
[![Star on GitHub](https://img.shields.io/github/stars/bcarroll22/rntl.svg?style=social)](https://github.com/bcarroll22/rntl/stargazers)
15+
[![Watch on GitHub](https://img.shields.io/github/watchers/bcarroll22/native-testing-library.svg?style=social)](https://github.com/bcarroll22/native-testing-library/watchers)
16+
[![Star on GitHub](https://img.shields.io/github/stars/bcarroll22/native-testing-library.svg?style=social)](https://github.com/bcarroll22/native-testing-library/stargazers)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rntl",
2+
"name": "native-testing-library",
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)