File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ tasks :
2
+ build :
3
+ image : ' node:carbon'
4
+ command :
5
+ - yarn
6
+ args :
7
+ - install
8
+ lint :
9
+ image : ' node:carbon'
10
+ command :
11
+ - yarn
12
+ args :
13
+ - lint
14
+ test :
15
+ image : ' node:carbon'
16
+ command :
17
+ - yarn
18
+ args :
19
+ - test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
<strong >React native bridge for AppAuth - an SDK for communicating with OAuth2 providers</strong >
5
5
<br ><br >
6
6
7
- [ ![ Build Status] ( https://travis-ci.org/FormidableLabs/react-native-app-auth.svg?branch=master )] ( https://travis-ci.org/FormidableLabs/react-native-app-auth )
8
- [ ![ npm version] ( https://badge.fury.io/js/react-native-app-auth.svg )] ( https://badge.fury.io/js/react-native-app-auth )
7
+ [ ![ npm package version] ( https://badge.fury.io/js/react-native-app-auth.svg )] ( https://badge.fury.io/js/react-native-app-auth )
9
8
10
9
#### This is the API documentation for ` react-native-app-auth >= 3.0. `
11
10
You can’t perform that action at this time.
0 commit comments