Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
398f09a
[v13] chore: remove deprecated stuff (#1603)
mdjastrzebski May 6, 2024
b797cf4
[v13] chore: remove react 16 & 17 code (#1602)
mdjastrzebski May 7, 2024
b5cfb98
[v13] chore: remove debug shallow (#1601)
mdjastrzebski May 8, 2024
450e750
[v13] chore: increase required React et al. versions
mdjastrzebski Aug 12, 2024
a3e1c5a
Merge branch 'main' into v13
mdjastrzebski Sep 5, 2024
e6d06a7
Merge branch 'main' into v13
mdjastrzebski Sep 12, 2024
c7f9132
Merge branch 'main' into v13
mdjastrzebski Oct 24, 2024
7455b21
feat: automatically extend matchers (#1684)
mdjastrzebski Oct 24, 2024
3abeac3
Merge branch 'main' into v13
mdjastrzebski Oct 25, 2024
383c241
feat(v13): enable concurrent rendering by default (#1692)
mdjastrzebski Oct 25, 2024
e90360b
refactor(v13): use react act if available (#1695)
mdjastrzebski Oct 25, 2024
1e788b6
chore: alpha release script
mdjastrzebski Oct 25, 2024
93eb539
chore: release v13.0.0-alpha.0
mdjastrzebski Oct 25, 2024
7905bb5
Merge branch 'main' into v13
mdjastrzebski Oct 31, 2024
13bc78a
refactor(v13): remove detect host component names (#1697)
mdjastrzebski Nov 4, 2024
a7404dc
Merge branch 'main' into v13
mdjastrzebski Nov 5, 2024
5a10b31
chore: change tsx to ts
mdjastrzebski Nov 5, 2024
83cafe4
refactor(v13): a11y label helpers (#1666)
mdjastrzebski Nov 5, 2024
f2de20c
chore: basic setup (#1659)
mdjastrzebski Nov 5, 2024
3f1d010
chore: release v13.0.0-alpha.1
mdjastrzebski Nov 5, 2024
71b059b
chore: update examples
mdjastrzebski Nov 5, 2024
868a9fc
Merge branch 'main' into v13
mdjastrzebski Nov 6, 2024
048d17d
chore(v13): remove jest preset (#1700)
mdjastrzebski Nov 6, 2024
2670b59
refactor(v13): cleanup existing code (#1701)
mdjastrzebski Nov 7, 2024
b402d14
chore: release v13.0.0-alpha.2
mdjastrzebski Nov 7, 2024
fec4c03
Merge branch 'main' into v13
mdjastrzebski Nov 7, 2024
b956cbc
chore: v13 beta
mdjastrzebski Nov 12, 2024
9ed7549
chore: release v13.0.0-beta.0
mdjastrzebski Nov 12, 2024
83716c2
Merge branch 'main' into v13
mdjastrzebski Nov 27, 2024
4f842f7
chore: fix example apps
mdjastrzebski Nov 27, 2024
1672880
chore: switch to RC
mdjastrzebski Dec 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update examples
  • Loading branch information
mdjastrzebski committed Nov 5, 2024
commit 71b059b9748898986d1db7c78d71e229807c79af
5 changes: 0 additions & 5 deletions examples/basic/jest-setup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import { configure } from '@testing-library/react-native';

// Import built-in Jest matchers
import '@testing-library/react-native/extend-expect';

// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');

configure({ concurrentRoot: true });
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.8.0",
"@testing-library/react-native": "^13.0.0-alpha.1",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
Expand Down
18 changes: 9 additions & 9 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2463,22 +2463,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.8.0":
version: 12.8.0
resolution: "@testing-library/react-native@npm:12.8.0"
"@testing-library/react-native@npm:^13.0.0-alpha.1":
version: 13.0.0-alpha.1
resolution: "@testing-library/react-native@npm:13.0.0-alpha.1"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
redent: "npm:^3.0.0"
peerDependencies:
jest: ">=28.0.0"
react: ">=16.8.0"
react-native: ">=0.59"
react-test-renderer: ">=16.8.0"
jest: ">=29.0.0"
react: ">=18.2.0"
react-native: ">=0.71"
react-test-renderer: ">=18.2.0"
peerDependenciesMeta:
jest:
optional: true
checksum: 10c0/216d40eefc3afa3259b37611213dcd6667cd0b8deb30521a8aaabe3afc15f07116ce64acba150f8c88b8e268df80639baf6bc38f05af1dbbae247e1d07639bde
checksum: 10c0/48b5d2d32fc6e0d3adcaf2c4fad9106eaf3274bb0b441db1c3375a811d53242c972d065cab61c57b00156fe4d33db9bb8ef6b6b160d44ef7697bae3c627e6513
languageName: node
linkType: hard

Expand Down Expand Up @@ -8923,7 +8923,7 @@ __metadata:
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@babel/core": "npm:^7.24.0"
"@testing-library/react-native": "npm:^12.8.0"
"@testing-library/react-native": "npm:^13.0.0-alpha.1"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/react": "npm:~18.2.79"
Expand Down
4 changes: 0 additions & 4 deletions examples/cookbook/jest-setup.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { configure } from '@testing-library/react-native';

// Import built-in Jest matchers
import '@testing-library/react-native/extend-expect';
import { server } from './app/network-requests/__tests__/test-utils';

// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
Expand All @@ -15,5 +13,3 @@ afterEach(() => server.resetHandlers());

// Disable API mocking after the tests are done
afterAll(() => server.close());

configure({ concurrentRoot: true });
2 changes: 1 addition & 1 deletion examples/cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-runtime": "~3.2.3",
"@testing-library/react-native": "^12.8.0",
"@testing-library/react-native": "^13.0.0-alpha.1",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
Expand Down
18 changes: 9 additions & 9 deletions examples/cookbook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2833,22 +2833,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.8.0":
version: 12.8.0
resolution: "@testing-library/react-native@npm:12.8.0"
"@testing-library/react-native@npm:^13.0.0-alpha.1":
version: 13.0.0-alpha.1
resolution: "@testing-library/react-native@npm:13.0.0-alpha.1"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
redent: "npm:^3.0.0"
peerDependencies:
jest: ">=28.0.0"
react: ">=16.8.0"
react-native: ">=0.59"
react-test-renderer: ">=16.8.0"
jest: ">=29.0.0"
react: ">=18.2.0"
react-native: ">=0.71"
react-test-renderer: ">=18.2.0"
peerDependenciesMeta:
jest:
optional: true
checksum: 10c0/216d40eefc3afa3259b37611213dcd6667cd0b8deb30521a8aaabe3afc15f07116ce64acba150f8c88b8e268df80639baf6bc38f05af1dbbae247e1d07639bde
checksum: 10c0/48b5d2d32fc6e0d3adcaf2c4fad9106eaf3274bb0b441db1c3375a811d53242c972d065cab61c57b00156fe4d33db9bb8ef6b6b160d44ef7697bae3c627e6513
languageName: node
linkType: hard

Expand Down Expand Up @@ -9762,7 +9762,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.20.0"
"@expo/metro-runtime": "npm:~3.2.3"
"@testing-library/react-native": "npm:^12.8.0"
"@testing-library/react-native": "npm:^13.0.0-alpha.1"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/react": "npm:~18.2.45"
Expand Down
Loading