Closed leotm closed 1 year ago
nb: https://github.com/MetaMask/metamask-mobile/pull/6586/commits/310defe8ddf4ee3fccefebc9edd3d0a5e447f085 gets us to this furthest point partial solution without vetted shims
TypeError: Reflect.getOwnMetadata is not a function. (In 'Reflect.getOwnMetadata('design:sdkparams', target, propertyKey)', 'Reflect.getOwnMetadata' is undefined)
then (soon to be) ses@0.18.8 gives us the full solution
allowing for reflect-metadata
as a vetted shim
rather than called prior lockdown baked into RN
where reflect-metadata is a production dependency of
@consensys/on-ramp-sdk@1.22.0
required by our
app/components/UI/Ramp/Views/Settings/Settings.tsx
screen wrapped by HOC withFiatOnRampSDKenter vetted shims for the solution