![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
iconsax-react-native
Advanced tools
```bash yarn add iconsax-react-native react-native-svg # or npm i iconsax-react-native react-native-svg ```
1000 icons in 6 different styles, total 6000 icons | Perfectly balance | 24px grid-based
©️ iconsax github and official website(other format and platform available)
yarn add iconsax-react-native react-native-svg
# or
npm i iconsax-react-native react-native-svg
import React from 'react';
//import icon.
import { EmojiHappy } from 'iconsax-react-native';
const Example = () => {
// then use it as a normal React Component
return <EmojiHappy />;
};
You can configure Icons with inline props:
<EmojiHappy color="#eee" variant="Bulk" size={54} />
Prop | Type | Default | Note |
---|---|---|---|
color | string | currentColor | css color |
size | number string | 24px | size={24} or size="24" |
variant | Linear Outline TwoTone Bulk Broken Bold | Linear | icons styles |
See CONTRIBUTING.md
FAQs
```bash yarn add iconsax-react-native react-native-svg # or npm i iconsax-react-native react-native-svg ```
The npm package iconsax-react-native receives a total of 1,847 weekly downloads. As such, iconsax-react-native popularity was classified as popular.
We found that iconsax-react-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.