Results 17 issues of Dima Portenko

you can use it as follows ``` BTClient.showApplePayViewController({ merchantIdentifier: 'your.merchant.id', paymentSummaryItems: [ {label: 'Subtotals', amount: subtotals}, {label: 'Shipping', amount: shipping}, {label: 'Totals', amount: totals}, ] }) .then((response) => { console.log(response);...

### Summary I created a fresh new expo app with `yarn create expo-app --template blank@beta`. Run it with `yarn start` in iPhone simulator. Press `j` and get following error ```...

stale
Development Builds
needs review

### Describe the problem I downloaded repository and did `yarn start`. I see following warnings/errors in the console ``` Compiled with warnings. Module not found: Error: Can't resolve '@cometchat/chat-uikit-angular' in...

[docs](https://docs.expo.dev/guides/config-plugins/) from [twitter discussion](https://twitter.com/Baconbrix/status/1508806076472467471).

resoleves https://github.com/DylanVann/react-native-fast-image/issues/504

### Description ``` TypeError: undefined is not an object (evaluating 'input.setText') at set (src/cli/cmd/tui/component/prompt/index.tsx:412:7) at ref (src/cli/cmd/tui/routes/session/index.tsx:1055:21) at Prompt (src/cli/cmd/tui/component/prompt/index.tsx:398:9) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at...

bug
opentui