Jamie Birch

Results 104 comments of Jamie Birch

I see, so the user inherits that React config and can make additional changes if they wish. I'll use your provided code snippet. (It runs!) Something's indeed up with HMR,...

@HakobiDev I’m using this issue broadly to track regressions since Webpack 4 & NS7, but NS8 itself *is* supported. Use the latest starter template with `ns ios run --no-hmr`. HMR...

@NavruzbekNoraliev I think the provided `setSelection` typing is wrong – `setSelection` shouldn't be a prop for the React component; rather, it's [an imperative API](https://github.com/nativescript-community/ui-material-components/blob/f86acbfcfe1d7f467335af1d5628f6276a8436d3/src/textfield/textfield.ios.ts#L261) that you'd call on the native...

FYI @rigor789 and @triniwiz, as we were discussing this on Slack yesterday.

Catalyst is big in the news right now. Would be great to ride the wave and for NativeScript to catch more attention as a cross-platform solution. React Native is really...

@ClassicOldSong I'm not sure what happened with Mac Catalyst support on the iOS JavaScriptCore runtime, but now all development for the iOS runtime is [based on V8](https://github.com/NativeScript/ns-v8ios-runtime) instead. This merged...

@ClassicOldSong I believe @tjvantoll wrote a guide on how to set up a Mac Catalyst project (as an experimental proof of concept) for NativeScript, but I can't find it anymore....

tvOS is not officially supported at this time, and that blog post was from 2015, so you may have difficulties following the same steps. I haven't heard of anyone experimenting...

I believe this is rather due to not supporting text nodes as children of `` (as we found over Slack that using the `text` property instead gets it to work)....

@Lelelo1 I haven’t checked, but I would guess both – both should lead to the text content being passed into React.createElement as children (rather than as the “text” prop).