Skip to content

Commit 407a2e3

Browse files
authored
Merge pull request #43 from djs42012/main
Fix: Export Types and Update Package
2 parents 962966a + 4b7b5ae commit 407a2e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acrn-rn",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An accessibility first component library for React Native",
55
"keywords": [
66
"android",

src/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export { default as LoginForm } from './components/LoginForm/LoginForm';
22
export { default as Button } from './components/Button/Button';
33
export { default as CoreTextInput } from './components/CoreTextInput/CoreTextInput';
44
export { default as Url } from './components/Url/Url';
5+
export { default as UrlText } from './components/Url/Url';
56
export { default as PressableImage } from './components/PressableImage/PressableImage';
67
export { default as CreateAccount } from './containers/CreateAccount/CreateAccount';
78
export { default as ProfileCard } from './containers/ProfileCard/ProfileCard';

0 commit comments

Comments
 (0)