@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neko-os/ui",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "author": "Christian Storch <ccstorch@gmail.com>",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -0,0 +1,2 @@
1
+ import RmIcon from 'react-native-remix-icon'
2
+ export const AbsIcon = RmIcon
@@ -0,0 +1,3 @@
1
+ import { Text as RNText } from 'react-native'
2
+
3
+ export const AbsText = RNText
@@ -0,0 +1,3 @@
1
+ import { View as RNView } from 'react-native'
2
+
3
+ export const AbsView = RNView