Serj Agopian
Serj Agopian
So far I cheap hacked it this way it works fine but too many mistakes while navigating occur: (This code goes in the MTEditableMathLabel.m) ``` - (void) goToInsertionIndexNext { MTMathListIndex...
Yes I agree as I mentioned ` closestIndexToPoint ` was a cheap hack that shouldn't be used. I had tried doing it with `previous` and `next`, however, recursing inside wouldn't...
Here is what i came up with today, and it works: Must add this in `MTMathList` ``` - (NSUInteger) getListOfAtomsCount { return _atoms.count; } ``` ``` - (void) goToInsertionIndexNext {...
@kostub I have come with a solution to handle as many nested elements. I would like to send it to you so you can merge to main branch because I...
@iosappsdevelopers Unfortunately, the code is long lost since I left the company I was working for 3 years ago
Thanks for checking this out @mrousavy. That is the setup we have. We added a local podspec for the Nitro module. Once we execute `pod install`, we obtain the NitroModule...
Unfortunately, it seems like after fixing other setup issues and compilation issues, the main XCFranework / Target is having issues with `Folly`  I added the `GCC_PREPROCESSOR_DEFINITIONS` and `OTHER_CPLUSPLUSFLAGS` in...
@mrousavy by the way, I noticed while using `npx create-react-native-library@latest`, the `podspec` file doesn't have the same template as you have [here](https://github.com/mrousavy/nitro/blob/main/packages/template/%24%24iosModuleName%24%24.podspec). Specifically it is missing the following: ```ruby s.source_files...
@mrousavy already [done](https://github.com/callstack/react-native-builder-bob/pull/862) ✅. I was wondering if we should have a smarter process to keep both templates in sync. It's not ideal that we have two sources of truth...
Hey @mrousavy, thanks for checking that out. I probably did enable it because we plan to distribute the Brownfield library integration, but it might work without it being turned on...