React Native at the moment doesn't support dynamic require calls, i.e. you have to pass a complete constant string inside your require statement for it to work.
See this github issue for more details: https://github.com/facebook/react-native/issues/6391