helix

kennytilton 2021-08-27T11:28:37.016Z

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! 🙏

kennytilton 2021-08-27T11:43:57.016100Z

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

lilactown 2021-08-27T16:27:01.016900Z

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

dominicm 2021-08-27T16:46:13.018100Z

@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.

lilactown 2021-08-27T17:16:36.018300Z

good idea

kennytilton 2021-08-27T22:57:06.021100Z

I tried: • cloning https://github.com/aiba/helix-react-native-nav • replacing react-native with $ npx react-native@0.63 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?!!!! :)