Skip to content

Commit

Permalink
Fix autolinking in React Native 0.69 (oblador#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Jun 23, 2022
1 parent 6963bfd commit 0c7024f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
const path = require('path');

module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'RNKeychain.podspec') },
android: {
packageImportPath: 'import com.oblador.keychain.KeychainPackage;',
packageInstance: 'new KeychainPackage()',
Expand Down

0 comments on commit 0c7024f

Please sign in to comment.