@neko-os/ui 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import RmIcon from'react-native-remix-icon';export var AbsIcon=RmIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Text as RNText}from"react-native-web";export var AbsText=RNText;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{View as RNView}from"react-native-web";export var AbsView=RNView;
|
package/package.json
CHANGED