Skip to content

Commit

Permalink
fix: example (#240)
Browse files Browse the repository at this point in the history
* fix(example): build errors

* chore: remove pre-commit hook
  • Loading branch information
tien committed Aug 13, 2024
1 parent f745322 commit ca65a12
Show file tree
Hide file tree
Showing 7 changed files with 2,907 additions and 1,435 deletions.
28 changes: 18 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,41 +31,49 @@ project.xcworkspace

# Android/IJ
#
.idea
.classpath
.cxx
.gradle
.idea
.project
.settings
local.properties
android.iml

# Cocoapods
#
example/ios/Pods
ios/Pods
example/ios/Pods

# Ruby
example/vendor/

# node.js
#
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
.npmrc

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/*

# generated by bob
lib/

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Expo
.expo/

# Turborepo
.turbo/

# generated by bob
lib/
2 changes: 0 additions & 2 deletions .husky/pre-commit

This file was deleted.

5 changes: 1 addition & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
nmHoistingLimits: workspaces
1 change: 1 addition & 0 deletions example/ios/.xcode.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export NODE_BINARY=$(which node)
Loading

0 comments on commit ca65a12

Please sign in to comment.