Skip to content

Commit

Permalink
Merge pull request zingolabs#778 from dorianvp/bump_rn_0.76.7
Browse files Browse the repository at this point in the history
Bump `react-native` to 0.76.7
  • Loading branch information
juanky201271 authored Feb 19, 2025
2 parents 38fa32f + e5a0685 commit 6fd5bde
Show file tree
Hide file tree
Showing 41 changed files with 418 additions and 439 deletions.
2 changes: 1 addition & 1 deletion __tests__/About.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/AddressBook.AbDetail.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/AddressBook.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/App.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-tab-view', () => ({
TabBar: '',
}));
jest.mock('react-native-option-menu', () => '');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Components.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-navigation/native', () => ({
...jest.requireActual('@react-navigation/native'),
useTheme: () => (mockTheme),
Expand Down
2 changes: 1 addition & 1 deletion __tests__/Components.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-navigation/native', () => ({
...jest.requireActual('@react-navigation/native'),
useTheme: () => (mockTheme),
Expand Down
2 changes: 1 addition & 1 deletion __tests__/Header.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/History.ValueTransferDetail.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('moment', () => {
// Here we are able to mock chain builder pattern
const mMoment = {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/History.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('moment', () => {
// Here we are able to mock chain builder pattern
const mMoment = {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/ImportUfvk.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Info.es.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Info.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Info.us.unit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Insight.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jest.mock('@fortawesome/react-native-fontawesome', () => ({
FontAwesomeIcon: '',
}));
jest.mock('react-native-svg-charts');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/LoadedApp.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jest.mock('react-native-tab-view', () => ({
TabBar: '',
}));
jest.mock('react-native-option-menu', () => '');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
return {
addEventListener: jest.fn(),
Expand Down
4 changes: 2 additions & 2 deletions __tests__/LoadingApp.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jest.mock('react-native-tab-view', () => ({
TabBar: '',
}));
jest.mock('react-native-option-menu', () => '');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
return {
addEventListener: jest.fn(),
Expand All @@ -76,7 +76,7 @@ jest.mock('react-native', () => {

return RN;
});
jest.mock('react-native-simple-biometrics', () => ({
jest.mock('react-native-easy-biometrics', () => ({
requestBioAuth: jest.fn(() => Promise.resolve(true)),
}));
jest.mock('react-native-fs', () => ({
Expand Down
2 changes: 1 addition & 1 deletion __tests__/Memo.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Messages.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('moment', () => {
// Here we are able to mock chain builder pattern
const mMoment = {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/MessagesAddress.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('moment', () => {
// Here we are able to mock chain builder pattern
const mMoment = {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/Pools.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/PrivKey.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Receive.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jest.mock('react-native-tab-view', () => ({
TabBar: '',
}));
jest.mock('react-native-option-menu', () => '');
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Rescan.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Seed.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Send.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('react-native', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Settings.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/ShowUfvk.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => {
const RN = jest.requireActual('react-native');

Expand Down
2 changes: 1 addition & 1 deletion __tests__/SingleAddress.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jest.useFakeTimers();
jest.mock('@fortawesome/react-native-fontawesome', () => ({
FontAwesomeIcon: '',
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-clipboard/clipboard', () => ({
getString: jest.fn(() => Promise.resolve('mocked clipboard content')),
setString: jest.fn(),
Expand Down
2 changes: 1 addition & 1 deletion __tests__/SyncReport.snapshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jest.mock('react-native-localize', () => ({
};
},
}));
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('react-native/src/private/animated/NativeAnimatedHelper');
jest.mock('@react-native-community/netinfo/src/index', () => ({
RNCNetInfo: () => {
const RN = jest.requireActual('react-native');
Expand Down
Loading

0 comments on commit 6fd5bde

Please sign in to comment.