Skip to content

Commit 68116f6

Browse files
Merge branch 'dev' into 'main'
Dev See merge request react-native/react-native-material-components!26
2 parents 4e3ce26 + 34ba1fe commit 68116f6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

documentation/docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
head: [
1010
[
1111
'link',
12-
{ rel: 'icon', href: '/favicon.png' }
12+
{ rel: 'icon', href: '/favicon.ico' }
1313
]
1414
],
1515
themeConfig: {
15 KB
Binary file not shown.

documentation/docs/styles/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This library includes a selection of commonly used icons for building user inter
5454
If the provided icons do not meet your specific needs, you can explore and add more icons directly into your project.
5555

5656
Explore more icons here:
57-
- [Material 3 Design Kit on Figma](https://www.figma.com/design/60rEc74mbCUjr5eBJlq7Cg/Material-3-Design-Kit-(Community)?node-id=55594-2483&p=f&t=QWcIej0o3w8vZgV0-0)
57+
- [Material 3 Design Kit on Figma](https://www.figma.com/design/siKJo238QbcA9I2EqYMZ9y/Material-Design-Icons-(Community)?node-id=2403-6067&t=A9XzkV9d7BET6fYs-0)
5858
- [Google Icons](https://fonts.google.com/icons?icon.query=favor&icon.size=24&icon.color=%23e8eaed)
5959

6060
To use additional icons, download the SVGs and integrate them into your project using your preferred method.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
3737
"build:ios": "cd example/ios && xcodebuild -workspace ReactNativeMaterialComponentsExample.xcworkspace -scheme ReactNativeMaterialComponentsExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
3838
"bootstrap": "yarn example && yarn install && yarn example pods",
39-
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
39+
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
40+
"push-to-remotes": "BRANCH=${BRANCH:-$(git rev-parse --abbrev-ref HEAD)} && git push origin $BRANCH && git push github $BRANCH"
4041
},
4142
"keywords": [
4243
"react-native",

0 commit comments

Comments
 (0)