Skip to content

Commit

Permalink
remove support for near
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Nov 14, 2023
1 parent 44c6280 commit 4623874
Show file tree
Hide file tree
Showing 39 changed files with 521 additions and 1,897 deletions.
18 changes: 16 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"plugins": [
"react-native-reanimated/plugin"
]
"react-native-reanimated/plugin",
"@babel/plugin-transform-class-properties",
[
"module-resolver",
{
"root": ["./"],
"alias": {
"eclipse-wallet-adapter": "./src/eclipse-wallet-adapter/"
}
}
]
],
"presets": [
"@babel/preset-env", "@babel/preset-react", "@babel/preset-flow", "@babel/preset-typescript",["module:metro-react-native-babel-preset", {
"unstable_disableES6Transforms": true
}]]
}
51 changes: 0 additions & 51 deletions android/build.gradle

This file was deleted.

Loading

0 comments on commit 4623874

Please sign in to comment.