From 5f87f808807d3c9a4a52de81f01bf46b7bf8c435 Mon Sep 17 00:00:00 2001 From: MJ Studio Date: Sat, 4 May 2024 17:27:51 +0900 Subject: [PATCH 1/2] add react-native-styled-system --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7a79692..b3245a60 100644 --- a/README.md +++ b/README.md @@ -953,6 +953,7 @@ Components and native modules. * [react-native-css-modules ★44](https://github.com/kristerkari/react-native-css-modules) - Style React-Native components using CSS, Sass, Less or Stylus. * [rn-less ★15](https://github.com/blackmiaool/rn-less) - Style react-native with less (with VS Code extension support) * [react-native-prism ★10](https://github.com/tmpfs/prism) - Minimal, idiomatic style management for React Native +* [react-native-styled-system ★6](https://github.com/mj-studio-library/react-native-styled-system) - styled-system for React Native * [react-native-paint ★5](https://github.com/brankeye/react-native-paint) - A themeable abstraction over React Native StyleSheet. Read about it [here](https://medium.com/@brankeye/making-easily-themeable-react-native-stylesheets-bd8782b4e685). * [binstorm ★5](https://github.com/binbytes/binstorm) - BinStorm is a React Native styling utility for rapidly building custom user interfaces. Read about it [here](https://docs-binstorm.binbytes.com/). * [styled-react-native](https://github.com/jsifalda/styled-react-native) - Advanced react native styling with simple method (style overwrites, component composition, enhanced style property). Full intro in [this Medium article](https://medium.com/@JSifalda/advanced-react-native-styling-with-a-few-lines-of-code-4b6a94385015). From bf63740fc15cf5e112213ff8e8b67cbc9a8d3c55 Mon Sep 17 00:00:00 2001 From: MJ Studio Date: Sat, 4 May 2024 17:28:55 +0900 Subject: [PATCH 2/2] add react-native-pencil-kit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3245a60..12218d02 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,7 @@ Components and native modules. * [react-native-loader-hud ★3](https://github.com/EdgeJay/react-native-loader-hud) - Loader animation library for React Native * [react-native-double-buffer ★3](https://github.com/alinz/react-native-double-buffer) - Simple React Native Double Buffer View * [react-native-fontbase ★3](https://github.com/frostney/react-native-fontbase) - Defining font sizes in React Native +* [react-native-pencil-kit ★2](https://github.com/mym0404/react-native-pencil-kit) - iOS Pencilkit Sketch Drawing in React Native * [react-native-units ★2](https://github.com/alexfoxy/react-native-units) - A collection of useful units and a simple grid implementation for responsive layouts in React Native. * [react-native-easy-checkbox ★2](https://github.com/BhavanPatel/react-native-easy-checkbox) - Simple CheckBox for react-native * [react-native-scene-manager ★2](https://github.com/alinz/react-native-scene-manager) - Simple Scene Manager for React-Native