Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Apr 6, 2018
1 parent 06ee8fa commit 7e15d7a
Show file tree
Hide file tree
Showing 7 changed files with 1,001 additions and 1,414 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-starter",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"build:env": "sh ./scripts/build-env.sh",
Expand Down
File renamed without changes.
48 changes: 48 additions & 0 deletions patches/react-native+0.55.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
patch-package
--- a/node_modules/react-native/React.podspec
+++ b/node_modules/react-native/React.podspec
@@ -51,6 +51,7 @@ Pod::Spec.new do |s|
"React/Inspector/*",
"ReactCommon/yoga/*",
"React/Cxx*/*",
+ "React/Fabric/*",
ss.ios.exclude_files = "React/**/RCTTV*.*"
ss.tvos.exclude_files = "React/Modules/RCTClipboard*",
"React/Views/RCTDatePicker*",
new file mode 100644
--- /dev/null
+++ b/node_modules/react-native/third-party-podspecs/GLog.podspec
@@ -0,0 +1,33 @@
+Pod::Spec.new do |spec|
+ spec.name = 'GLog'
+ spec.version = '0.3.4'
+ spec.license = { :type => 'Google', :file => 'COPYING' }
+ spec.homepage = 'https://github.com/google/glog'
+ spec.summary = 'Google logging module'
+ spec.authors = 'Google'
+
+ spec.prepare_command = File.read("../scripts/ios-configure-glog.sh")
+ spec.source = { :git => 'https://github.com/google/glog.git',
+ :tag => "v#{spec.version}" }
+ spec.module_name = 'glog'
+ spec.header_dir = 'glog'
+ spec.source_files = 'src/glog/*.h',
+ 'src/demangle.cc',
+ 'src/logging.cc',
+ 'src/raw_logging.cc',
+ 'src/signalhandler.cc',
+ 'src/symbolize.cc',
+ 'src/utilities.cc',
+ 'src/vlog_is_on.cc'
+ # workaround for https://github.com/facebook/react-native/issues/14326
+ spec.preserve_paths = 'src/*.h',
+ 'src/base/*.h'
+ spec.exclude_files = "src/windows/**/*"
+ spec.libraries = "stdc++"
+ spec.pod_target_xcconfig = { "USE_HEADERMAP" => "NO",
+ "HEADER_SEARCH_PATHS" => "$(PODS_TARGET_SRCROOT)/src" }
+
+ # Pinning to the same version as React.podspec.
+ spec.platforms = { :ios => "8.0", :tvos => "9.2" }
+
+end
12 changes: 0 additions & 12 deletions patches/react-native-firebase+3.3.1.patch

This file was deleted.

Loading

0 comments on commit 7e15d7a

Please sign in to comment.