emission
emission copied to clipboard
⚠️ Deprecated repo, moved to artsy/eigen ➡️ React Native Components
This [master issue](https://renovatebot.com/blog/master-issue) contains a list of Renovate updates and their statuses. ## Pending Approval These branches will be created by Renovate only once you click their checkbox below. -...
This happened a few times while I was bootstrapping Emission with @orta's help:
Looks related to https://github.com/artsy/emission/pull/1178 ``` 2018-09-25 16:30:41.017 [warn][tid:main][RCTView.m:714] (ADVICE) View #475 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix...
For consignments I need to show a modal, with navigation between VCs inside it. I could push this to Eigen, but realistically this is something that over time we'll want...
For some reason Travis was erring out on Jest snapshot tests when running on CI. Various attempts to fix are located in #1186, with the temporary work around being to...
See https://github.com/artsy/Specs/blob/682709e07b8696a482a8c1b41e48e3509eccb4da/Yoga/0.45.0-rc.2.React/Yoga.podspec.json
handled in our package.json: ``` "postinstall": "sed -i '' 's/#import /#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h && ./scripts/post_installs.sh || true", ``` causes on `pod repo push` ``` /var/folders/xh/sh5y6m0d0t75_qzr362llyvw0000gn/T/CocoaPods-Lint-20180129-43934-j1hist-Emission/Pods/React/Libraries/NativeAnimation/RCTNativeAnimatedModule.m -o /Users/orta/Library/Developer/Xcode/DerivedData/App-ftbkkrgoykfxgjdhnatblwkpawcn/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/React.build/Objects-normal/i386/RCTNativeAnimatedModule.o In file included...
TODO add list when going through codebase.
Aim: We use [background fetch](https://www.appcoda.com/ios7-background-fetch-programming/) to keep an up-to-date cache of the initial home and user creds. How: On the fetch, we download a query then store the details to...