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

Implementing a blurred NavBar #47

Open
AlexGustafsson opened this issue Dec 10, 2015 · 2 comments
Open

Implementing a blurred NavBar #47

AlexGustafsson opened this issue Dec 10, 2015 · 2 comments

Comments

@AlexGustafsson
Copy link

What are your opinions on having a blurred header?
Right now it seems like the only way to implement blur in React Native is to use the React Native Blur package. This would be really easy to implement in the router, with the downside being that it would require linking a binary to the Xcode project. There could be a possibility of doing this automatically via the Xcode CLI, which would only require the user to run a script after the installation.

Are you of the opinion that the positives overweigh the negatives and that a blurred NavBar would be a welcomed addition?

Please leave any opinions. I could implement it as well if it would to be appreciated.

@davidLeonardi
Copy link

+1 and with a script.
On Thu, 10 Dec 2015 at 20:05, Alex Gustafsson [email protected]
wrote:

What are your opinions on having a blurred header?
Right now it seems like the only way to implement blur in React Native is
to use the React Native Blur
https://github.com/react-native-fellowship/react-native-blur package.
This would be really easy to implement in the router, with the downside
being that it would require linking a binary to the Xcode project. There
could be a possibility of doing this automatically via the Xcode CLI, which
would only require the user to run a script after the installation.

Are you of the opinion that the positives overweigh the negatives and that
a blurred NavBar would be a welcomed addition?

Please leave any opinions. I could implement it as well if it would to be
appreciated.


Reply to this email directly or view it on GitHub
#47.

@ericraio
Copy link

@AlexGustafsson I would look into rnpm https://github.com/rnpm/rnpm you can run rnpm link and it will link the binarys in xcode

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

No branches or pull requests

3 participants