1

i want to apply flip effect from native ITRFlipper library on react native view, I have tried but could not access the view from react native to native method Please help ! thanks in advance

1 Answer 1

1

You can access UIKit framework object from React native but you can not add those controls on React Native View. React native view is just a javascript (link)

If you want to add this library in your application write one function that add ITRFlipper view on UIWindow. May be it will work.
For communication between react native and objective-C go through following links,

  1. https://facebook.github.io/react-native/docs/communication-ios.html
  2. https://facebook.github.io/react-native/docs/native-modules-ios.html
Sign up to request clarification or add additional context in comments.

1 Comment

Thank your for ur help ! i am completely new to the objective c and react-native. i have already gone through bridging the objective c and react native but i want to use the react native view with objective-c library for which i require view reference of react native which i am not getting

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.