Drop requirement of `use_frameworks!` for v0.62
See original GitHub issueFeature Request
react-native
v0.62 introduces Flipper as tool for debugging. But Flipper won’t work if you have use_frameworks!
in your Podfile
(source).
Why it is needed
To cope with react-native
upgrades and output better development experience while using this library.
Possible implementation
No idea, sorry I’m pretty noob in this part.
Code sample
Any, 😦
Issue Analytics
- State:
- Created 3 years ago
- Reactions:18
- Comments:8
Top Results From Across the Web
Amendments to Form PF To Require Current Reporting and ...
Proposed Rule. Amendments to Form PF To Require Current Reporting and Amend Reporting Requirements for Large Private Equity Advisers and Large ...
Read more >Amendments to Form PF to Require Current ... - SEC.gov
Requirements for Large Private Equity Advisers and Large Liquidity ... proposed amendments also would decrease the reporting threshold for ...
Read more >Web Application Security
Attacks passwords, keys, or session tokens, or exploit other implementation flaws to assume other users' identities. A-3 Cross-site scripting An application ...
Read more >Modules - CBB 4.0 Alpha Release - XOOPS News
Both "Frameworks" and "xoopseditor" packages are required by this module. ... MakePayment v0.62. Module: Send Money ... Christmas Theme by Open Drop Ship....
Read more >Closing the Data Value Gap | Accenture
V. AL. UE. REALIZA. TION. DATA-. DRIVEN. ENTERPRISE. STRATEGY. FRAMEWORK. D. A. T. A MANA. GEMENT. & GO. VERNANCE. Figure 4. DATA FOUNDATION...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@betoharres I just installed this library in my RN project running 0.62 and did not need to include
useFrameworks!
. However, the library did not auto-link so I had to manually addpod 'RNInputMask', :path => '../node_modules/react-native-text-input-mask/ios/InputMask'
to my podfile.Yep I managed to get a text input with the following mask working -
mask="[000]-[000]"