Skip to content

Commit c82970d

Browse files
authored
Merge branch 'main' into patch-6
2 parents eb52758 + f00c1b7 commit c82970d

7 files changed

Lines changed: 88 additions & 64 deletions

File tree

bun.lock

Lines changed: 40 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/Library/UnmaintainedLabel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default function UnmaintainedLabel({ alternatives, block }: Props) {
1919
<View style={tw`flex-shrink flex-row gap-1.5`}>
2020
<View
2121
style={[
22-
tw`-ml-5 -mt-1 mb-2 flex-shrink flex-row flex-wrap items-start gap-1 rounded-r border border-l-0 border-palette-gray3 bg-palette-gray1 py-1.5 pl-5 pr-3 dark:border-default dark:bg-dark`,
23-
block && tw`ml-0 rounded-lg rounded-r-lg border-l py-2 pl-3`,
22+
tw`-ml-5 -mt-1.5 mb-1.5 mr-8 flex-shrink flex-row flex-wrap items-start gap-1 rounded-r border border-l-0 border-palette-gray3 bg-palette-gray1 py-1.5 pl-5 pr-3 dark:border-default dark:bg-dark`,
23+
block && tw`ml-0 mr-0 rounded-lg rounded-r-lg border-l py-2 pl-3`,
2424
isSmallScreen && tw`flex-col`,
2525
strippedBackground(tw.prefixMatch('dark') ? 'var(--background)' : 'var(--gray-2)'),
2626
]}>

next.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ export default withPlugins([withExpo, withImages, withFonts, withBundleAnalyzer]
3535
disableStaticImages: true,
3636
},
3737
transpilePackages: PACKAGES_TO_OPTIMIZE,
38+
logging: {
39+
browserToTerminal: true,
40+
},
3841
experimental: {
3942
forceSwcTransforms: true,
4043
webpackBuildWorker: true,
41-
browserDebugInfoInTerminal: true,
4244
optimizePackageImports: PACKAGES_TO_OPTIMIZE,
4345
},
4446
async headers() {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@radix-ui/react-hover-card": "^1.1.15",
2828
"@radix-ui/react-tooltip": "^1.2.8",
2929
"@react-native-picker/picker": "^2.11.4",
30-
"@sentry/react": "^10.44.0",
30+
"@sentry/react": "^10.45.0",
3131
"@visx/gradient": "^3.12.0",
3232
"@visx/responsive": "^3.12.0",
3333
"@visx/xychart": "^3.12.0",
3434
"crypto-js": "^4.2.0",
3535
"es-toolkit": "^1.45.1",
36-
"expo": "55.0.7",
36+
"expo": "55.0.8",
3737
"expo-font": "^55.0.4",
38-
"next": "^16.1.7",
38+
"next": "^16.2.0",
3939
"node-emoji": "^2.2.0",
4040
"postcss": "^8.5.8",
4141
"react": "19.2.4",
@@ -44,7 +44,7 @@
4444
"react-easy-linkify": "^1.0.8",
4545
"react-native": "0.84.1",
4646
"react-native-safe-area-context": "^5.7.0",
47-
"react-native-svg": "^15.15.3",
47+
"react-native-svg": "^15.15.4",
4848
"react-native-web": "^0.21.2",
4949
"react-shiki": "^0.9.2",
5050
"rehype-raw": "^7.0.0",
@@ -59,9 +59,9 @@
5959
},
6060
"devDependencies": {
6161
"@expo/next-adapter": "^6.0.0",
62-
"@next/bundle-analyzer": "^16.1.7",
62+
"@next/bundle-analyzer": "^16.2.0",
6363
"@prettier/plugin-oxc": "^0.1.3",
64-
"@types/bun": "^1.3.10",
64+
"@types/bun": "^1.3.11",
6565
"@types/crypto-js": "^4.2.2",
6666
"@types/react": "^19.2.14",
6767
"@types/semver": "^7.7.1",

react-native-libraries.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12657,6 +12657,7 @@
1265712657
"ios": true,
1265812658
"android": true,
1265912659
"macos": true,
12660+
"windows": true,
1266012661
"newArchitecture": true
1266112662
},
1266212663
{
@@ -20121,9 +20122,32 @@
2012120122
"tvos": true,
2012220123
"visionos": true
2012320124
},
20125+
{
20126+
"githubUrl": "https://github.com/Adoobdoob71/react-native-add-calendar",
20127+
"examples": ["https://github.com/Adoobdoob71/react-native-add-calendar/example"],
20128+
"images": [
20129+
"https://raw.githubusercontent.com/Adoobdoob71/react-native-add-calendar/refs/heads/main/media/android_gif.gif",
20130+
"https://raw.githubusercontent.com/Adoobdoob71/react-native-add-calendar/refs/heads/main/media/ios_gif.gif"
20131+
],
20132+
"ios": true,
20133+
"android": true,
20134+
"newArchitecture": true
20135+
},
20136+
{
20137+
"githubUrl": "https://github.com/vladrozhnev/react-native-interception-webview",
20138+
"ios": true,
20139+
"android": true,
20140+
"newArchitecture": true
20141+
},
20142+
{
20143+
"githubUrl": "https://github.com/efstathiosntonas/expo-native-sheet-emojis",
20144+
"examples": ["https://github.com/efstathiosntonas/expo-native-sheet-emojis/tree/main/example"],
20145+
"ios": true,
20146+
"android": true,
20147+
"newArchitecture": true
20148+
},
2012420149
{
2012520150
"githubUrl": "https://github.com/antosmamanktr/react-native-smooth-collapse",
20126-
"npmPkg": "react-native-smooth-collapse",
2012720151
"ios": true,
2012820152
"android": true,
2012920153
"newArchitecture": true

scripts/build-and-score-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const USE_DEBUG_REPOS = false;
2525

2626
// If script should only write to the local data file and not upload to the store.
2727
// This is useful for debugging and testing purposes.
28-
const ONLY_WRITE_LOCAL_DATA_FILE = true;
28+
const ONLY_WRITE_LOCAL_DATA_FILE = false;
2929

3030
// If script should try to scrape images from GitHub repositories.
3131
const SCRAPE_GH_IMAGES = false;

styles/styles.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@ select {
438438
picture {
439439
display: block;
440440
}
441+
442+
a {
443+
display: inline-flex;
444+
}
441445
}
442446

443447
& a {
@@ -507,7 +511,7 @@ select {
507511
}
508512

509513
blockquote {
510-
margin-block-start: 8px;
514+
margin-block-start: 12px;
511515
margin-block-end: 0;
512516
margin-inline-start: 0;
513517
padding-inline-start: 1rem;
@@ -715,4 +719,10 @@ select {
715719
th {
716720
background-color: var(--table-header-background);
717721
}
722+
723+
.readme-code-block {
724+
+ div[data-table-wrapper] {
725+
margin-top: 12px;
726+
}
727+
}
718728
}

0 commit comments

Comments
 (0)