Skip to content

Commit

Permalink
authentication flow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tripheo0412 committed Nov 20, 2018
1 parent 18be70a commit 3066f1c
Show file tree
Hide file tree
Showing 72 changed files with 9,829 additions and 59 deletions.
49 changes: 0 additions & 49 deletions App.js

This file was deleted.

Binary file added android/app/src/main/assets/fonts/Lato-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file added android/app/src/main/assets/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added android/app/src/main/assets/fonts/Lato-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @format */

import {AppRegistry} from 'react-native';
import App from './App';
import App from './src/App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);
124 changes: 122 additions & 2 deletions ios/Sense.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

40 changes: 34 additions & 6 deletions ios/Sense/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
Expand All @@ -40,13 +40,10 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSAppTransportSecurity</key>
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
Expand All @@ -56,5 +53,36 @@
</dict>
</dict>
</dict>
<key>UIAppFonts</key>
<array>
<string>Lato-Black.ttf</string>
<string>Lato-BlackItalic.ttf</string>
<string>Lato-Bold.ttf</string>
<string>Lato-BoldItalic.ttf</string>
<string>Lato-Hairline.ttf</string>
<string>Lato-HairlineItalic.ttf</string>
<string>Lato-Italic.ttf</string>
<string>Lato-Light.ttf</string>
<string>Lato-LightItalic.ttf</string>
<string>Lato-Regular.ttf</string>
<string>Raleway-Black.ttf</string>
<string>Raleway-BlackItalic.ttf</string>
<string>Raleway-Bold.ttf</string>
<string>Raleway-BoldItalic.ttf</string>
<string>Raleway-ExtraBold.ttf</string>
<string>Raleway-ExtraBoldItalic.ttf</string>
<string>Raleway-ExtraLight.ttf</string>
<string>Raleway-ExtraLightItalic.ttf</string>
<string>Raleway-Italic.ttf</string>
<string>Raleway-Light.ttf</string>
<string>Raleway-LightItalic.ttf</string>
<string>Raleway-Medium.ttf</string>
<string>Raleway-MediumItalic.ttf</string>
<string>Raleway-Regular.ttf</string>
<string>Raleway-SemiBold.ttf</string>
<string>Raleway-SemiBoldItalic.ttf</string>
<string>Raleway-Thin.ttf</string>
<string>Raleway-ThinItalic.ttf</string>
</array>
</dict>
</plist>
Loading

0 comments on commit 3066f1c

Please sign in to comment.