Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios compatibility for RN version < 0.40 #100

Closed
wants to merge 115 commits into from
Closed

Conversation

kdepp
Copy link

@kdepp kdepp commented Oct 13, 2018

It should fix #46 #93

Not sure why react-native-spinkit will lead to an install of React 0.11 in Pod, that's the root cause of those errors mentioned in two issues.

But anyway, __has_include is enough to fix it

maxs15 and others added 30 commits August 23, 2015 18:23
This is to fix when `isVisible` is set to `false` - React was giving an error that View couldn't be found.
- android keyword added
Added support for colours with alpha values.
Added missing getters to fix an EXC_BAD_ACCESS crash in RN 0.23.0
maxs15 and others added 28 commits January 19, 2017 15:27
…rnally

- To be compatible with a variety of color strings (as most other React Native
  components do in their style's color parameter), we need to call the built-in
  processColor function provided by React Native. We can then pass the resulting
  color number to Android Color directly, and can use RCTConvert on iOS to convert
  it to a valid #AARRGGBB string for UIColor.
- Also add .gitignore from recent React Native project version.
Fix propTypes error on Android w/ rn >= 0.45
Removing allowBackup from AndroidManifest
Transform any color strings with processColor, use color numbers internally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error 'fatal error: 'RCTViewManager.h' file not found'