Skip to content

Commit

Permalink
chore: rm unused deps/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 2, 2023
1 parent bd6306e commit 71b2ee7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 408 deletions.
14 changes: 0 additions & 14 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'react-native-get-random-values'; // react native moment
import './shim'; // react native moment 2: the thrilling sequel
// import './shim'; // react native moment 2: the thrilling sequel

import React from 'react';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import com.facebook.soloader.SoLoader
import com.reactnativecommunity.asyncstorage.AsyncStoragePackage
import org.linusu.RNGetRandomValuesPackage
import io.invertase.notifee.NotifeePackage
import com.bitgo.randombytes.RandomBytesPackage
import com.facebook.react.modules.systeminfo.AndroidInfoHelpers

class MainApplication : Application(), ReactApplication {
Expand Down
2 changes: 0 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ include ':@react-native-async-storage_async-storage'
project(':@react-native-async-storage_async-storage').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-async-storage/async-storage/android')
include ':react-native-get-random-values'
project(':react-native-get-random-values').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-get-random-values/android')
include ':react-native-randombytes'
project(':react-native-randombytes').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-randombytes/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
2 changes: 0 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ target 'Revvy' do
:hermes_enabled => false
)

pod 'react-native-randombytes', :path => '../node_modules/react-native-randombytes'

pod 'react-native-get-random-values', :path => '../node_modules/react-native-get-random-values'

pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-async-storage/async-storage'
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"react-error-boundary": "^4.0.11",
"react-i18next": "^13.5.0",
"react-native": "^0.73.0-rc.5",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.11.0",
"react-native-document-picker": "^9.0.1",
"react-native-fast-image": "^8.6.3",
Expand All @@ -59,7 +58,6 @@
"react-native-level-fs": "^3.0.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.6.1",
"react-native-svg": "^14.0.0",
"react-native-tcp-socket": "^6.0.6",
Expand All @@ -76,7 +74,6 @@
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@react-native/babel-preset": "^0.74.0",
Expand Down
32 changes: 0 additions & 32 deletions shim.js

This file was deleted.

Loading

0 comments on commit 71b2ee7

Please sign in to comment.