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! 🙏
In the meantime, I'll clone the sample Helix+RN projects and explore.
haven't worked with RN in awhile. if there's anything that could be updated in the guide/examples, please let me know
@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.
good idea
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?!!!! :)