Sudhakar Krishnan

Results 5 issues of Sudhakar Krishnan

When `npx react-native start -- --reset-cache` warn Package **react-native-sqlite-storage** contains invalid configuration: **"dependency.platforms.ios.project"** is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers...

I faced an error. For android 12 and higher, if there is an then it must need to have android:exported="true | false" . This changes is as per error message....

I followed your readme and successfully integrate google recaptcha3 to my site. **It works fine**. But when testing it throws error. **Errror:** ```sh App\Tests\Form\ContactTypeTest::testSubmitValidData ArgumentCountError: Too few arguments to function...

There is a bug in [src/Timestampable/Mapping/Event/Adapter/ORM.php](https://github.com/featuriz/DoctrineExtensions/blob/main/src/Timestampable/Mapping/Event/Adapter/ORM.php) on line 35 ```php return $converter->convertToPHPValue($this->getRawDateValue($mapping), $platform); ``` > $this->getRawDateValue($mapping) > Expected type 'array'. > Found 'Doctrine\ORM\Mapping\FieldMapping'

I'm trying **Building your own Framework with the MicroKernelTrait** from: https://symfony.com/doc/current/configuration/micro_kernel_trait.html ```sh composer require symfony/config symfony/http-kernel \ symfony/http-foundation symfony/routing \ symfony/dependency-injection symfony/framework-bundle ``` This run success and created a index.php...

bug
Status: Needs Review