Home > Software design >  How can I access methods of react native built in components?
How can I access methods of react native built in components?

Time:05-30

As a beginner on react native, I cant find solution anywhere for this. For example given on React Native Docs

I want to access .focus, .blur, clear() methods.

Here in documentation.

Thanks in advance.

  • Related