Fork me on GitHub
#helix
<
2021-08-27
>
kennytilton11:08:37

I am currently using Helix "0.1.2-SNAPSHOT" in order to take advantage of anonymous components, which have proved vital. Yay. šŸ™‚ Just now I tried using rn/Pressable and it seems not to exist. I see it was introduced in RN 0.63 and I was at 0.61.5, so I did an upgrade and hosed everything. šŸ™‚ So what are the latest/greatest versions I should use of react and react-native, with Helix "0.1.2-SNAPSHOT"? Thx! šŸ™

kennytilton11:08:57

In the meantime, I'll clone the sample Helix+RN projects and explore.

lilactown16:08:01

haven't worked with RN in awhile. if there's anything that could be updated in the guide/examples, please let me know

dominicm16:08:13

@lilactown I'm not sure, but does deps.cljs support the full npm version range syntax? Might be worth adding || ~17 or something to deps.cljs just to silence the warning.

kennytilton22:08:06

I tried: ā€¢ cloning https://github.com/aiba/helix-react-native-nav ā€¢ replacing react-native with $ npx [email protected] init MyApp $ mv MyApp react-native $ cd react-native && echo 'import "./target/index.js";' > index.js And then yarn install etc. After starting make shadow and make bundler, make ios ends with

** BUILD FAILED **
The following build commands failed:
	PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/kennethtilton/Library/Developer/Xcode/DerivedData/MyApp-gdovbtsxruedvigrngjtfbkwwjwc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-766FED219AE6322712F6EC918B59DEFB.sh
(1 failure)
How on earth do you all keep this stuff straight?!!!! :)