Skip to content

Commit 3a77613

Browse files
committed
feat: migrate to jsi
1 parent 88d91dc commit 3a77613

File tree

71 files changed

+5101
-5118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5101
-5118
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ android/keystores/debug.keystore
7676

7777
# generated by bob
7878
lib/
79+
80+
# React Native Codegen
81+
ios/generated
82+
android/generated

.yarnrc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ nodeLinker: node-modules
22
nmHoistingLimits: workspaces
33

44
plugins:
5-
- path: scripts/pod-install.cjs
65
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
76
spec: "@yarnpkg/plugin-interactive-tools"
87
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ yarn release
101101

102102
The `package.json` file contains various scripts for common tasks:
103103

104-
- `yarn`: setup project by installing dependencies and pods - run with `POD_INSTALL=0` to skip installing pods.
104+
- `yarn`: setup project by installing dependencies.
105105
- `yarn typecheck`: type-check files with TypeScript.
106106
- `yarn lint`: lint files with ESLint.
107107
- `yarn test`: run unit tests with Jest.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 exzos
3+
Copyright (c) 2024 exzos
44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to deal
66
in the Software without restriction, including without limitation the rights

0 commit comments

Comments
 (0)