corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Mark initWithFrame and initWithCoder as unavailable in SMXTabBar. #133

Closed admmasters closed 8 years ago

admmasters commented 8 years ago

Fix the remaining Xcode warning.

corymsmith commented 8 years ago

Thanks for this PR, what version of React Native were you testing against?

On Tue, Nov 10, 2015 at 2:21 AM, admmasters notifications@github.com wrote:

Fix the remaining Xcode warning. You can view, comment on, or merge this pull request online at: https://github.com/corymsmith/react-native-icons/pull/133 -- Commit Summary --

corymsmith commented 8 years ago

Just published 0.6.2 to NPM and it includes this PR

dzannotti commented 8 years ago

This broke the build on 0.14.2 (switching between commented and uncomment code of this PR in SMXTabBar.m fixes it)