Skip to content

Commit

Permalink
Merge pull request #142 from adaptui/fix-input-import-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 authored Jul 11, 2023
2 parents 384b5a7 + f3a9424 commit b65eaf6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions example/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"developmentClient": true,
"distribution": "internal"
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"developmentClient": true,
"distribution": "internal",
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@ SPEC CHECKSUMS:
FBLazyVector: f637f31eacba90d4fdeff3fa41608b8f361c173b
FBReactNativeSpec: 0d9a4f4de7ab614c49e98c00aedfd3bfbda33d59
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 791fe035093b84822da7f0870421a25839ca7870
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 47986d26692ae75ee7a17ab049caee8864f855de
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
RCT-Folly: 85766c3226c7ec638f05ad7cb3cf6a268d6c4241
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 8af6a32dfc2b65ec82193c2dee6e1011ff22ac2a
RCTTypeSafety: bee9dd161c175896c680d47ef1d9eaacf2b587f4
React: d850475db9ba8006a8b875d79e1e0d6ac8a0f8b6
Expand Down
3 changes: 2 additions & 1 deletion src/components/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import {
} from "../../utils";
import { createComponent } from "../../utils/createComponent";
import { composeEventHandlers, mergeRefs } from "../../utils/mergeRefs";
import { createIcon } from "../create-icon";
import { Icon } from "../icon";
import { Spinner } from "../spinner";
import { createIcon, Icon } from "..";

import { InputPrefix } from "./InputPrefix";
import { InputSuffix } from "./InputSuffix";
Expand Down

0 comments on commit b65eaf6

Please sign in to comment.