From 5cd8c6ee40c07ab25710c4b4e070ca55e3d7c1e4 Mon Sep 17 00:00:00 2001 From: Dee <86516056+dheeraj1429@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:57:24 +0530 Subject: [PATCH 1/2] Remove root md file --- README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f8e272c..0000000 --- a/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Project Title -Simple overview of use/purpose. -## Description -An in-depth paragraph about your project and overview of use. -## Getting Started -### Dependencies -* Describe any prerequisites, libraries, OS version, etc., needed before installing program. -* ex. Windows 10 -### Installing -* How/where to download your program -* Any modifications needed to be made to files/folders -### Executing program -* How to run the program -* Step-by-step bullets -``` -code blocks for commands -``` -## Help -Any advise for common problems or issues. -``` -command to run if program contains helper info -``` -## Authors -Contributors names and contact info -ex. Dominique Pizzie -ex. [@DomPizzie](https://twitter.com/dompizzie) -## Version History -* 0.2 -* Various bug fixes and optimizations -* See [commit change]() or See [release history]() -* 0.1 -* Initial Release -## License -This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details -## Acknowledgments -Inspiration, code snippets, etc. -* [awesome-readme](https://github.com/matiassingers/awesome-readme) -* [PurpleBooth](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2) -* [dbader](https://github.com/dbader/readme-template) -* [zenorocha](https://gist.github.com/zenorocha/4526327) -* [fvcproductions](https://gist.github.com/fvcproductions/1bfc2d4aecb01a834b46) \ No newline at end of file From 0a2132d2ac4daab30fab6031e45731b7917e7749 Mon Sep 17 00:00:00 2001 From: Dee <86516056+dheeraj1429@users.noreply.github.com> Date: Sun, 21 Sep 2025 19:58:39 +0530 Subject: [PATCH 2/2] Updated package version --- src/packages/react-native-material-elements/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/react-native-material-elements/package.json b/src/packages/react-native-material-elements/package.json index e54ef74..ccdccd0 100644 --- a/src/packages/react-native-material-elements/package.json +++ b/src/packages/react-native-material-elements/package.json @@ -1,7 +1,7 @@ { "name": "react-native-material-elements", "description": "React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mobile applications.", - "version": "1.1.35", + "version": "1.1.36", "private": false, "repository": { "type": "git",