Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
React 16.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 7, 2017
1 parent b0ae275 commit c7d54b1
Show file tree
Hide file tree
Showing 6 changed files with 7,919 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.0.1'
compile project(':ReactAndroid');
compile project(':bugsnag-react-native')
compile project(':ReactAndroid')
compile project(':RNMail')
compile project(':SNTextView')
compile project(':react-native-navigation')
Expand Down
Binary file modified android/app/src/main/assets/fonts/Feather.ttf
100644 → 100755
Binary file not shown.
1 change: 0 additions & 1 deletion ios/StandardNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
Expand Down
2 changes: 1 addition & 1 deletion ios/StandardNotes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string/>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand Down
Loading

0 comments on commit c7d54b1

Please sign in to comment.