File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ > [ !WARNING]
2+ > ** ` react-native-enriched ` has been renamed to [ ` react-native-enriched-html ` ] ( https://github.com/software-mansion/react-native-enriched-html ) .**
3+ > This package will not receive any further updates or bug fixes. Migrate without any breaking changes:
4+ > ``` sh
5+ > npm install react-native-enriched-html
6+ > ` ` `
7+ > See the [official announcement](https://github.com/software-mansion/react-native-enriched-html/releases/tag/v1.0.0) for details.
8+
9+
110< img src=" https://github.com/user-attachments/assets/c8ba03bc-4ea8-48f4-9566-02ebac0c19d3" alt=" react-native-enriched by Software Mansion" width=" 100%" >
211
312[! [Ad](https://swm-delivery.com/www/images/zone-gh-react-native-enriched-1? n=1)](https://swm-delivery.com/www/delivery/ck-slug.php? zoneid=zone-gh-react-native-enriched-1& n=1)
Original file line number Diff line number Diff line change 1+ export const warnDeprecated = ( ) => {
2+ console . warn ( `react-native-enriched has been renamed to react-native-enriched-html.
3+ This package will not receive any further updates or bug fixes. Migrate without any breaking changes using: "npm install react-native-enriched-html".
4+ Official announcement: https://github.com/software-mansion/react-native-enriched-html/releases/tag/v1.0.0` ) ;
5+ } ;
Original file line number Diff line number Diff line change @@ -32,3 +32,6 @@ export type {
3232 OnMentionPressEvent ,
3333 OnLinkPressEvent ,
3434} from './types' ;
35+
36+ import { warnDeprecated } from './deprecate' ;
37+ warnDeprecated ( ) ;
Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ export type {
2222 OnMentionPressEvent ,
2323 OnLinkPressEvent ,
2424} from './types' ;
25+
26+ import { warnDeprecated } from './deprecate' ;
27+ warnDeprecated ( ) ;
You can’t perform that action at this time.
0 commit comments