Skip to content

Commit

Permalink
Merge pull request #1 from carlosroberto555/enable_autolink
Browse files Browse the repository at this point in the history
Enable autolink
  • Loading branch information
carlosroberto555 authored Aug 16, 2019
2 parents f098dbe + f7051fd commit 229f101
Show file tree
Hide file tree
Showing 51 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ xcuserdata
*.xcuserstate
*.xcscmblueprint
*.xcscheme
.vscode

android/.gradle/
# node.js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion react-native-sqlite-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.10'

s.preserve_paths = 'README.md', 'LICENSE', 'package.json', 'sqlite.js'
s.source_files = "src/ios/*.{h,m}"
s.source_files = "ios/*.{h,m}"

s.dependency 'React'
s.library = 'sqlite3'
Expand Down
10 changes: 0 additions & 10 deletions react-native.config.js

This file was deleted.

0 comments on commit 229f101

Please sign in to comment.