Skip to content

Commit

Permalink
fix(deps): move @metamask/react-native-splash-screen from github.com …
Browse files Browse the repository at this point in the history
…to registry
  • Loading branch information
legobeat committed Apr 19, 2024
1 parent d5f5460 commit fdcec8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/Views/Root/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { PureComponent } from 'react';
import SplashScreen from '@metamask/react-native-splash-screen';
import PropTypes from 'prop-types';
import { Provider } from 'react-redux';
import { PersistGate } from 'redux-persist/lib/integration/react';
import { store, persistor } from '../../../store/';
import SplashScreen from 'react-native-splash-screen';
import App from '../../Nav/App';
import SecureKeychain from '../../../core/SecureKeychain';
import EntryScriptWeb3 from '../../../core/EntryScriptWeb3';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"@metamask/ppom-validator": "0.29.0",
"@metamask/preferences-controller": "^4.0.0",
"@metamask/react-native-button": "^3.0.0",
"@metamask/react-native-splash-screen": "^3.2.0",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/scure-bip39": "^2.1.0",
"@metamask/sdk-communication-layer": "^0.18.1",
Expand Down Expand Up @@ -304,7 +305,6 @@
"react-native-share": "7.3.7",
"react-native-size-matters": "0.4.0",
"react-native-skeleton-placeholder": "^5.0.0",
"react-native-splash-screen": "git+https://github.com/MetaMask/react-native-splash-screen.git#1f45c08c0824cd94fdc6fb699529688a73614fee",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "12.1.1",
"react-native-svg-charts": "^5.4.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4381,6 +4381,11 @@
dependencies:
prop-types "^15.5.10"

"@metamask/react-native-splash-screen@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@metamask/react-native-splash-screen/-/react-native-splash-screen-3.2.0.tgz#06a6547c143b088e47af40eacea9ac6657ac937f"
integrity sha512-V8Cn0MXe9jdaUli/DK3PoJ71tx7k3IW2v2slqflvNstvHiO3MpCtdylsYIyu+tiPwI2JiyLRzLK8s02/3jxk6g==

"@metamask/rpc-errors@^6.0.0", "@metamask/rpc-errors@^6.1.0", "@metamask/rpc-errors@^6.2.1":
version "6.2.1"
resolved "https://registry.yarnpkg.com/@metamask/rpc-errors/-/rpc-errors-6.2.1.tgz#f5daf429ededa7cb83069dc621bd5738fe2a1d80"
Expand Down Expand Up @@ -24293,10 +24298,6 @@ react-native-skeleton-placeholder@^5.0.0:
resolved "https://registry.yarnpkg.com/react-native-skeleton-placeholder/-/react-native-skeleton-placeholder-5.0.0.tgz#899fca447c2f0b81f98566e350e792157a3c9df9"
integrity sha512-7sdG+Y2ENEVcxFC9XlpCgHy59XKkxaUyVqDwuAb66hvl7lwFr25uA5kHJ+JuDJ84ptVil5UEowW/2avwhsfoYg==

"react-native-splash-screen@git+https://github.com/MetaMask/react-native-splash-screen.git#1f45c08c0824cd94fdc6fb699529688a73614fee":
version "3.2.0"
resolved "git+https://github.com/MetaMask/react-native-splash-screen.git#1f45c08c0824cd94fdc6fb699529688a73614fee"

react-native-step-indicator@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/react-native-step-indicator/-/react-native-step-indicator-1.0.3.tgz#d136ec88639485a338c8ce281035aefd9d169f8f"
Expand Down

0 comments on commit fdcec8e

Please sign in to comment.